Explain pass by reference and pass by value?
Answer Posted / srikanth doki
Passing the reference of the variable rather than passing
the value is known as Pass-by-reference and Passing the copy
of value is known as Pass-by-value.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is balanced tree in java?
What is the implementation of destroy method in java. Is it native or java code?
Difference between this() and super() in java ?
Name few java 8 annotations ?
Why are getters and setters used?
What is the disadvantage of synchronization?
What are inbuilt functions?
When parseint method can be used?
What is the use of coding?
What are voids?
How do you sort arrays in java?
Explain aggregation in java?
Explain super keyword in java.
What is palindrome in java?
What are the different types of sorting in java?