摘要:
There are four types reference types in Java Namely, StrongReference: Strong reference is very common in our daily code, for example Object obj = new 阅读全文
摘要:
Heap Memory: Only for objects: immutable objects, class objects Stack Memory method specific values local variables static variables constant variable 阅读全文