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
Is there a case when finally will not execute?
What is thread safe in java?
When the constructor of a class is invoked?
What does system out println () do?
When is an object subject to garbage collection?
What is static import in java?
What is difference overloading and overriding?
How can you say java is object oriented?
What is hashing principle in java?
State one difference between a template class and class template.
What is a method header?
Can we use string in the switch case?
What is Session reduplication and how its done?
how to create multithreaded program? : Java thread
how to write a program for sending mails between client and server