GitHub - forax/effective-java-3e-source-code: The source code from the third edition of Effective Java, with minor additions as necessary to make it runnable.

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 :)


EJ3e Book Cover

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