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
Differentiate between overriding and overloading cases?
How does hashmap work in java ?
What is type conversion in java?
what is method reference in java 8?
What is the list interface?
What is the old name of java?
Where are register variables stored?
What is canonical name in java?
What is Applet Stub Interface ?
What is identifier in java?
Explain parallel processing in java8?
Can we clone singleton object in java?
How do you delete a list in java?
What is the difference between an inner class and a sub-class?
What is serialversionuid?