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
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Can we use synchronized block for primitives?
Can we create object of static class?
What is qms certification?
What is default exception handling in java?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is immutable data?
Explain enumeration in java?
What is a package in java? List down various advantages of packages.
What is a percentage sign called?
What is a memory leak in java?
What is the difference between private & public & friendly classes?
What are namespaces in java?
What are the various access specifiers in java?
What is the purpose of finalization in java programming?