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
Why is a constant variable important?
How can we find the actual size of an object on the heap?
Is Constructor possible in abstract class in java ?
Can we extend a class with private constructor?
How do you convert boolean to boolean?
Can we extend singleton class?
What are the four integer types supported by java?
What is anti pattern in java?
Can we override singleton class?
Does java allow default arguments?
What 4 doubled?
how to create multithreaded program? : Java thread
What is hashmap in java?
What is ide with example?
What is string builder in java?