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 to solve the problem of generating the unique hash keys with hash function?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Can we have any code between try and finally blocks?
Explain the difference between extends thread vs implements runnable in java?
Is array dynamic in java?
What is void in java?
What is structure of java heap? What is perm gen space in heap?
What is the main functionality of the remote reference layer?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is exception in java?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Describe how to implement singleton design pattern in struts.
What is the use of private static?
What is nested class?