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 java virtual machine?
How many ways can you break a singleton class in java?
How is a structure different from array ?
What is the final field modifier?
how to one war file class to another war file class?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is the purpose class.forname method?
Why do we use return statement?
What is the difference between Error, defect,fault, failure and mistake?
Differentiate between class and structure.
What is the difference between a loader and a compiler?
What are the two ways of implementing multi-threading in java?
What is an eror in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Which graphs are functions?