0
Java has pointer like c++ ?
4 Respuestas
+ 1
No, there is no such thing like pointers in c/c++ in java. but java variables contain reference to objects.
0
you can say it is like Reference variable in java which hold address of the object
0
no , Java doesn't have pointers, and in Java it is designed so that there is no need for pointers..☺
0
Java internally supports pointers but this facility is not given to user R programming because jaga is one of the robust secured language the concept of pointers are used internally to achieve memory management inter process communication and also thread management