Answer Posted / singh vikas
implements two ways of representing object pointers. (An
object pointer, C type object, contains a pointer to the
memory location of the object, or - for immediate object -
all bits of the object itself.) Both of them have some
things in common:
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When do you get classcastexception?
What means public static?
how does the run() method in runnable work? : Java thread
What does java edition mean?
How many threads can I run java?
What are the files generated after using IDL to java compiler?
Which data type is a class in java?
What are the changes in java.io in java 8 ?
How many types of keywords are there?
Which java version is latest?
How do you sort a string in java?
Mention some interfaces implemented by linked list in java.
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is a lightweight component?
When do I need to use reflection feature in java?