Java has allowed applications to access memory outside of the heap (in a limited way) since JDK 1.4, using **DirectByteBuffer**.
Java has allowed applications to access memory outside of the heap (in a limited way) since JDK 1.4, using DirectByteBuffer.