Java Virtual Machines Memory Explained

Heap Memory:

 Only for objects:

 immutable objects, 

class objects

 

Stack Memory

method specific values 

local variables

static variables 

constant variables 

complete class structures

 

Ways to make your object elligible for garbage collection. 

 

 

posted @ 2019-07-18 11:39  CodingYM  阅读(111)  评论(0编辑  收藏  举报