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
what is the significance of listiterator in java?
Differentiate between static and non-static methods in java.
What is annotation in java?
Does variable declaration allocate memory?
What is dynamic binding(late binding)?
What is the use of singleton class?
What are keywords in programming?
Can a final variable be manipulated in java?
What string is utf8?
What is ++ a in java?
How can we make a class singleton?
Does java support function overloading, pointers, structures, unions or linked lists?
What carriage return means?
How can you set the applet size?
Is a class an object?