effective java

Edit

주목할만한 Item

Item 8: hashCode 재정의

equals(null)일 때 true가 발생할 가능성은 없음.

Item 38: Adhere to generally accepted naming conventions

Note that constant fields constitute the only recommended use of underscores. (p.125)

Naming convention : http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.8

서평

재미있는 서평 : http://www.amazon.com/review/R296QBPY6ZC2LB/ref=cm_cr_pr_cmt?%5Fencoding=UTF8&ASIN=0201310058#wasThisHelpful

인터뷰