+ 1
java does not have pointers
2 Respuestas
+ 3
Java does utilize pointers, but it doesn't operate in the way you're thinking if you're familiar with C/C++. Best bet is to go and research it further so that you have a good understanding of it.
+ 2
in more general way no...because every thing is passed by value in java