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 can you traverse a linked list in java?
What is the Concept of Encapsulation in OOPS
Write a program to solve producer consumer problem in java?
How are this() and super() used with constructors in java programming?
What is byte value?
How do you add an element to a set in java?
How to obtain a performance profile of java program
Does java set allow duplicates?
How do you override a method?
What are the high-level thread states in java programming?
Can you add null to a list java?
What does 3 dots mean in java?
How to sort elements in a parallel array in java?
What is exception propagation?
what is use of functional interface in java 8?