There is no pointers in Java, But how could java solve the problem of Dynamic Memory Allocation ????
[ As we know that pointers in C++ solve this problem ]
Is there a solution WHAT is it ? and HOW to use it ?
Please, explain with Examples...
Thanks in advance.