# effective-java-examples **Repository Path**: xiaozhiliaoo/effective-java-examples ## Basic Information - **Project Name**: effective-java-examples - **Description**: Inspired by Joshua Bloch。effective java的书的代码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.