effective-java-3e-source-code icon indicating copy to clipboard operation
effective-java-3e-source-code copied to clipboard

The source code from the third edition of Effective Java, with minor additions as necessary to make it runnable.

Results 16 effective-java-3e-source-code issues
Sort by recently updated
recently updated
newest added

I wanted check the item 24 while reading chapter 4 and I expected to find it under chapter 4. I can see item 23 and 25 but not 24.

The original code would cause an NPE if any of the elements in the Collection c is null. This might be the intention, but makes line 14 weird, since an...

Hi Josh, First of all its an honor to write to you. Secondly I was hoping if you can point out some more classes like Float,Arrays and other classes where...

Thank you to publish source code of Effective Java 3rd edition! I'm a fan of 2nd edition, and reading 3rd edition recently. To read these code, I want to use...