摘要: There are four types reference types in Java Namely, StrongReference: Strong reference is very common in our daily code, for example Object obj = new 阅读全文
posted @ 2019-07-18 16:56 CodingYM 阅读(196) 评论(0) 推荐(0) 编辑
摘要: Heap Memory: Only for objects: immutable objects, class objects Stack Memory method specific values local variables static variables constant variable 阅读全文
posted @ 2019-07-18 11:39 CodingYM 阅读(111) 评论(0) 推荐(0) 编辑