Collections of the interview question asked frequently in JAVA/Middleware interviews. The contents present are referred from some of the popular blogging sites to make everything under one roof :)
Thursday, 31 July 2014
Heap Memory
Heap Memory, which is the storage for Java objects. Non-Heap Memory, which is used by Java to store loaded classes and other meta-data. JVM code itself, JVM internal structures, loaded profiler agent code and data, etc.
No comments:
Post a Comment