what is the difference between a java object reference and
c++ pointer?
Answer Posted / ranabir chakraborty
both are the same concept the java object reference and c++
pointer.the object reference stored in the memory heap and
object are stored in stack.
Pointer are locate the address of the variables and object
reference locate the value of the variables.
Is This Answer Correct ? | 11 Yes | 15 No |
Post New Answer View All Answers
How to sort a collection of custom Objects in Java?
Explain wait(), notify() and notifyall() methods of object class ?
What is the difference between ArrayList and Vector? which one is better in Java
Explain about the select method with an example?
What are the types of strings?
What are java packages?
What is xslt in java?
What do you mean by platform independence?
What is the diffrence between inner class and nested class?
What types of index data structures can you have in java?
What is serialization in java?
What is the instance of an object?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Which is faster string or stringbuilder?
What does those terms actually mean included in the j.d.k i.6?