Answer Posted / venkatesh
reference will act as variable to point an object. Instead
of giving direct memory location(using pointers)to the
programmer java internally converted them into references,
so that java can avoid memory leaks and increase performance
in accessing object.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is a map? What are the implementations of map?
What is user defined exception in Java?
What is complexity and its types?
What is java ceil?
How define set in java?
Explain the difference between transient and volatile in java?
How does map works in java?
what do you understand by the term string with respect to java?
What is a buffer in computer?
Who found java?
What is java command?
What is arraylist class in java?
What data type is a string?
Why local variables are stored in stack?
What are the 3 types of control structures?