+ 1
Why "pointer" concept is not in java programming language ?
I guess that because of garbage memory collection...
1 Answer
0
Mainly because in java programmer have to not take cure of objects allocation (its a JVM responsability)
I guess that because of garbage memory collection...