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 the difference between hashmap and hashtable in java?
What does += mean in java?
Can a static class implement an interface?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Is null an object in java?
Explain what is encapsulation?
How many types of methods are there?
what is object slice?
java program with complete 4 oops concepts implemented example
What is a variable in java?
What is remote method invocation (rmi)?
What is string pool?
What is a parameter in a function?
What is the SimpleTimeZone class?
What is the properties class in java programming?