Can we pass objects to method arguments in Java?

63. Can we pass objects to method arguments in Java?

  1. Yes
  2. No

Answer: A) Yes

Explanation:

We use call-by-reference to pass objects as arguments to methods in java. Read more: Object as an Argument in Java

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.