1.

Does Jvm Maintain A Cache By Itself? Does The Jvm Allocate Objects In Heap? Is This The Os Heap Or The Heap Maintained By The Jvm? Why

Answer»

YES, the JVM MAINTAINS a cache by itself. It creates the OBJECTS on the HEAP, but REFERENCES to those objects are on the STACK.

Yes, the JVM maintains a cache by itself. It creates the Objects on the HEAP, but references to those objects are on the STACK.



Discussion

No Comment Found