`
peterchao_asch
  • 浏览: 6476 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

Java (JVM) Memory Types(转帖)

    博客分类:
  • jvm
阅读更多

http://javapapers.com/core-java/java-jvm-memory-types/

 

When a JVM runs a program, it needs memory to store many things, including bytecodes and other information it extracts from loaded class files, objects the program instantiates, parameters to methods, return values, local variables, and intermediate results of computations.

The JVM organizes the memory it needs to execute a program into several Runtime data areas .

Method Area : Its a one of the Data Area in JVM , in that Class data will be stored. Static Variables, Static Blocks, Static Methods, Instance Methods are stored in this area.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics