Q. What is method chaining in Java? (A) Calling multiple methods on the same object in a single line (B) Running methods concurrently (C) Defining methods with the same name (D) Using methods to chain objects together ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Calling multiple methods on the same object in a single line