what is the difference between a java object reference and
c++ pointer?
Answer Posted / puneet
The above answer is wrong; Objects are stored on heap;
Refrence contains the way to reach out to the object.
pointers point to the location where a primitive type is
stored.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
what is synchronization and why is it important? : Java thread
Does apple use java?
Which is easier netbeans or eclipse?
Explain the difference between an Interface and an Abstract class?
what is ststic with example
Why is whitespace important?
What is method overloading and method overriding?
What is a protected method?
Is string serializable in java?
What is the ==?
Can I learn java without any programming experience?
Can you explain the usages of class.forname()?
What are the different types of data structures in java?
What are the two ways of implementing multi-threading in java?
What is deserialization?