What is meant by pass by reference and pass by value in java?
Answer / Swati Sharma
In Java, there is no pass by reference. However, it uses pass by value for both primitive types (passed as their actual values) and objects (passed as the object's memory address).
| Is This Answer Correct ? | 0 Yes | 0 No |
Who created eclipse?
What does jpa mean?
How do I export a java project?
ioc vs dependency injection?
How do you create a jar file?
What is the use of servlet in java?
What is the java virtual machine (jvm)?
What is servlets.
What happens if javac is not recognized?
What is meant by annotations in java?
What if I write static public void instead of public static void?
Is lambda expression an object?