why java does not contain pointers?
Answer Posted / siva athota
Java has no pointers but it has reference. A reference is an
abstract identifier for an object and it tags every
object.pointer leads to confusion for a programmer,pointer
crash the program easily..finally what i am saying that java
does not contain ponters
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is this keyword in java?
Does java linked list allow duplicates?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is the properties class in java programming?
How are destructors defined in java?
What is anti pattern in java?
Is a method a function?
What is object-oriented programming?
Explain about collection interface in java?
What is a wrapper method?
What is meant by call by reference?
Implementations of set interface?
what are synchronized methods and synchronized statements? : Java thread
Why we use protected in java?
What is meant by class?