- 1
Why Java has no pointer?
2 Answers
+ 2
Search before creating a new thread.
https://www.sololearn.com/Discuss/525545/?ref=app
0
For achieving security there are no pointers in java. Accessing value through memory address is not that much safe.
In java we use "this" instead of pointers