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
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Tell some latest versions in JAVA related areas?
What is the finalize method do?
Is it possible to use string in the switch case?
What is temp in java?
What's the purpose of using break in each case of switch statement?
Explain polymorphism citing an example.
What is difference between module and function?
Is an empty arraylist null?
Can we use switch statement with strings?
What is the difference between checked exception and unchecked exception?
Explain differences between checked and unchecked exceptions in java?
State some situations where exceptions may arise in java?
Can java cast null?
What is not object oriented programming?