✏️ Explanatory Question

What is meant by passing an array to a function in Java?

👁 5 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Passing an array to a function in Java means sending the array reference to a method so that the method can access and modify the array elements.