Notes of “Effective Java” (Chapter 7-11)
Item 37: Use marker interfaces to define types Marker interface contains no method declarations, which indicates some property or feature......
11 Years Ago
Notes of “Effective Java” (Chapter 7-11)
Item 37: Use marker interfaces to define types Marker interface contains no method declarations, which indicates some property or feature......
11 Years Ago
Notes of “Effective Java” (Chapter 1-6)
Item 1: Consider static factory methods instead of constructors advantage: Customized meaningful names better than constructors. Associ......
11 Years Ago
Notes of “Effective Java” (Chapter 1-6)
Item 1: Consider static factory methods instead of constructors advantage: Customized meaningful names better than constructors. Associ......
11 Years Ago