+1 vote
in JAVA by
Why does Java not support pointers?

1 Answer

0 votes
by

The pointer is a variable that refers to the memory address. They are not used in Java because they are unsafe(unsecured) and complex to understand.

...