Search
Categories
Hours & Info
Bookmark
Daily Archives: June 7, 2017
Java Effective
Chapter 2. Creating and Destroying Objects Item 1: Consider static factory methods instead of constructors Item 2: Consider a builder when faced with many constructor parameters Item 3: Enforce the singleton property with a private constructor or an enum type … Continue reading