why java does not contain pointers?
Answer Posted / bharathi
Java has no pointers but it has reference. A reference is an
abstract identifier for an object and it tags every object
with a name in the jvm so that programmer can refer to it.
And it is completely hidden from the programmer in any case.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How do you remove spaces in java?
Can a set contain duplicates?
Can we make a constructor final?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is dynamic array in java?
Explain wait() method of object class ?
Are constructors methods?
What is a pattern what is an anti pattern?
Explain about collection interface in java?
What will happen when using pass by reference in java?
Variables used in a switch statement can be used with which datatypes?
Is the milky way in a void?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What are the wrapped, classes?
When object is created and destroyed?