< back to all tags
Tag - effective java
Readings
July 19, 2022
Effective Java: CP3 - Methods Common to All Objects (10-14)

When and how to override the nonfinal Object methods.

readings
effective java
Readings
July 14, 2022
Effective Java: CP2 - Creating and Destroying Objects (1-9)

This chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.

readings
effective java