|
|
|
|
|
by ziml77
1477 days ago
|
|
A reference in Java can essentially be thought of as a pointer into a virtual address space. The JVM can move around the location of an object in the system's actual memory, but as far as anything holding reference is concerned nothing has changed. |
|