I am a Java noob. I have been able to grasp the concept of converting C/C++ pointers into Java references and this has gone fairly smoothly.
I hit a piece of code t
The only "pointer-like" method is unsafe() . You can allocate memory with it. But you cannot go outside the JVM area :)