+ 1
Pointer Java
Why there is no pointer in Java ?
2 Antworten
+ 4
They are hidden. Probably people mess up too often in C and C++. So, java uses references. Question is also, why do you want pointers?
+ 1
Must be a design choice. Handling pointers manually is a complex task. Java uses references which are nothing but pointers under the hood.