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
Is a method a procedure?
Explain super keyword in java.
Is null in java?
What is the use of 'super' keyword inside a constructor?
what is meant by abstract class?
How is tree Mirroring implemented?
Can you explain the final method modifier?
What is an interface in java? Explain
What is boolean in java?
Can a class be private or protected in java?
What is parseint?
How many types of assembly languages are there?
What is a JAR file?
What is a boolean field?
Explain reverse a linked list iterative solution in java?