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
Is string a class in java?
In which order the iterator iterates over collection?
Explain about the select method with an example?
What does substring mean?
Explain different states of a thread in java?
What variables are stored in stack?
What is the += operator called?
What modifiers may be used with a top-level class?
What is the basic of java?
What do you mean by Function Overloading in java?
What is the difference between JVM and JRE?
What is adapter in java?
Where is const variable stored?
What is the formula to calculate percentage?
Are static members inherited to sub classes?