排序
Effective Java: #7 Obsolete object and memory leak
Effective Java: #7 Obsolete object and memory leak,Java is the Garbage Collector programing language. What does that mean to you? I mean that the language will take care of cleanin...
TIL — Static Factory Methods
TIL — Static Factory Methods,Today my work tasks led me to read about static factory methods, which are a different approach to initializing Java classes. Effective Java (Addison-...