+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.

Related questions

+2 votes
asked Jul 27, 2021 in JAVA by SakshiSharma
0 votes
asked May 3, 2021 in JAVA by Robindeniel
...