Explain pass by reference and pass by value?
Answer Posted / aravind
Pass By Reference:
Passing the reference of the variable or object. In java
objects are passed by reference.
Pass By Value:
Passing the copy of the value. In java primitives are
passed by value.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is argument in java?
What is a loop java?
Explain when noclassdeffounderror will be raised ?
Explain the difference between call by refrence and call by value?
How do you identify if jvm is 32-bit or 64-bit from java program?
Why is method overloading not possible by changing the return type in java?
What do you mean by inner class in java? Explain
which pattern is default in scanner package?
What is collections framework?
What are nested classes in java?
How the interruptible method gets implemented?
What is a Presistent Object?
Explain about OOPS concepts and fundamentals.
How is java created?
What is the core java?