Home / Questions / What is call by value in Java?
Explanatory Question

What is call by value in Java?

👁 3 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Java uses call by value, meaning a copy of the variable is passed to the method.