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 preflight request?
Explain about serializable interface in java?
How can u increase the heap size in the memory?
What is numeric data type?
What is meant by overloading?
What is concurrent hashmap and its features?
What’s the difference between constructors and other methods?
how to handle exceptions in ejb?
Does garbage collection occur in permanent generation space in jvm?
Tell us something about an iterator.
What are the differences between string, stringbuffer and stringbuilder?
Can a static class have a constructor?
How many types of methods are there?
Which sorting is used in arrays sort in java?
What is floor in java?