0
Does java support pointer concept
java interview question
2 Respuestas
+ 3
java uses pointers internally, but the programmer can't use them and manipulate with them like it is possible in C++
- 1
No. There are no pointers in Java.
java interview question