Computer Science, asked by jsrishinareh, 1 year ago

why pointers are not there in java

Answers

Answered by sairockzz
0
// It is a reference to the String object. ... In C++ pointers are basically reference to the memory of that variable. So here each declaration is reference in java which is equivalent to pointer in c++, but internally handled by JVM not by programmer.
Similar questions