Effective-Java-Third-Edition-Reading-Notes icon indicating copy to clipboard operation
Effective-Java-Third-Edition-Reading-Notes copied to clipboard

Reading Effective Java, Third Edition in 11 days (3 hours per day) and make notes as much as possible.

Effective-Java-Third-Edition-Reading-Notes

Reading Effective Java, Third Edition in 11 days (3 hours per day) and make notes as much as possible.

  • [X] Chapter 1: Introduction
  • [X] Chapter 2: Creating and Destroying Objects
  • [X] Chapter 3: Methods Common to All Objects
  • [X] Chapter 4: Classes and Interfaces
  • [X] Chapter 5: Generics
  • [X] Chapter 6: Enums and Annotations
  • [X] Chapter 7: Lambdas and Streams
  • [X] Chapter 8: Methods
  • [X] Chapter 9: General Programming
  • [X] Chapter 10: Exceptions
  • [X] Chapter 11: Concurrency
  • [ ] Chapter 12: Serialization