Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 898 Bytes

File metadata and controls

18 lines (13 loc) · 898 Bytes

The source code have been updated to use new constructs available since Java 9, the version used by the 3rd edition.

In particular, the examples are using the constructs available in Java 14:

I've also added some API calls, mostly List.of/List.copyOf (I think the later was added in 10).

Some edits may be surprising to you but I stand by them until you prove me wrong :)


Effective Java, Third Edition

EJ3e Book Cover

Hot News! Source code finally available on GitHub. Happy Hacking!