Explain pass by reference and pass by value?
Answer Posted / harsha
Passing the address itself rather than passing the value is
called ?Pass By Reference? and Passing a copy of the value
to be passed is called as ?Pass by Value?.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
How do you convert bytes to character in java?
Where will it be used?
What is java oops?
What are user defined exceptions?
What is collection api?
What are the advantages of functions?
How to use arraylist in java netbeans?
What are the properties of thread?
What are kinds of processors?
Explain parallel processing in java8?
How do you execute a thread in java?
What is the simpletimezone class in java programming?
Difference between this() and super() ?
Can constructor be synchronized?
Differentiate between static and non-static methods in java.