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 a nullable field?
How do you check if two given string are anagrams?
Why do we create public static method in java?
Can we declare the static variables and methods in an abstract class?
What are the procedures?
What is a variable in java?
What is string :: npos?
What is a parameter in a function?
Can you sort a string in java?
Can a singleton class be inherited?
Can you call one constructor from another if a class has multiple constructors?
What is the use of coding?
Explain the difference between arraylist and linkedlist in java?
How does the garbage collector works in java?
What do you mean by inner class in java?