+ 1
Is their any role of pointers in java
2 Réponses
+ 7
In fact you handle pointers all the time but you don't see them 😊
Objects in Java are references to heap memory. You don't need to take care of them because Java has a garbage collector.
+ 1
Null pointer exception :)