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
What is vector capacity in java?
What do you mean by constructor?
What are green threads in java?
What is byte data type?
define the terminology association.
Differentiate between == and equals().
Can we create object of static class?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is the public field modifier?
What is treeset and treemap in java?
What is difference between java and java ee?
What is another word for methodology?
What is the ==?
What is a pattern what is an anti pattern?
What is your platform?s default character encoding and how to know this?