https://github.com/marhan/effective-java-examples
Source code to the book "Effective Java Second Edition" created by Joshua Bloch
https://github.com/marhan/effective-java-examples
Last synced: 12 months ago
JSON representation
Source code to the book "Effective Java Second Edition" created by Joshua Bloch
- Host: GitHub
- URL: https://github.com/marhan/effective-java-examples
- Owner: marhan
- Created: 2011-02-25T20:23:49.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T03:44:25.000Z (over 8 years ago)
- Last Synced: 2024-10-30T04:13:08.692Z (over 1 year ago)
- Language: Java
- Homepage: http://java.sun.com/docs/books/effective/index.html
- Size: 448 KB
- Stars: 581
- Watchers: 58
- Forks: 460
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- books - Code examples
README
# Effective Java Examples
This are the souces from the book "Effective Java Second Edition", written by Joshua Bloch.
They are unmodifed, except the package names.
The original source are downloaded from http://java.sun.com/docs/books/effective/index.html, but are no longer provided.