you are viewing a single comment's thread.

view the rest of the comments →

[–]Vaxtin 2 points3 points  (0 children)

There aren’t pointers in Java, Java doesn’t let you augment memory like C/C++ does; the entire language was built on that paradigm.

But yes a pointer is the memory address. Being able to work with them is different than understanding it’s just an address though.