Tuesday, November 29, 2011

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

yes the JVM maitain a cache by itself.No it allocates the objects in stack ,in heap on references .Heap maintained by the JVM because
Category:Java Interview Questions

No comments:

Post a Comment