why java does not contain pointers?
Answer Posted / mahipal
pointers lead to confusion for a programmer,pointers crash a program easily,pointers are a problem for the security of data this is the reason that java does not contain pointers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the importance of throwable class and its methods?
What are the different types of inner classes?
Why we used break and continue statement in java?
What is the buffer limit?
What does the three dot emoji mean?
What is the difference between checked exception and unchecked exception?
What is static data type in java?
What is the unit of plancks constant?
What is jvm? How its run?
Is main is a keyword?
Does java have a compiler?
Can we have static methods in an interface?
How use .contains in java?
What are access specifiers in java ?
What is constructor and virtual function? Can we call a virtual function in a constructor?