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
What is continuity of a function?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Explain the difference between transient and volatile in java?
What are the advantages of compiled language?
What is a arraylist in java?
How do you input a string in java?
What is stringbuffer in java?
Describe different states of a thread.
What is the use of toarray () in java?
What is static data type in java?
Is upper case in java?
What does sprintf return?
What are the two main uses of volatile in Java?
What is the base class of all exception classes in java?
Are maps ordered java?