File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33</div >
44
5- <div id =" content " >
65
7- <div class =" ulist " >
86
97- [ Effective Java Reloaded, JavaOne Conference 2006] ( http://developers.sun.com/learning/javaoneonline/2006/coreplatform/TS-1512.pdf )
108
11- </div >
12-
13- <div class =" sect1 " >
149
1510### 주목할만한 Item
1611
17- <div class =" sectionbody " >
18-
19- <div class =" sect2 " >
20-
2112#### Item 8: hashCode 재정의
2213
23- <div class =" paragraph " >
24-
2514equals(null)일 때 true가 발생할 가능성은 없음.
2615
27- </div >
28-
29- </div >
30-
31- <div class =" sect2 " >
32-
3316#### Item 38: Adhere to generally accepted naming conventions
3417
35- <div class =" paragraph " >
36-
3718Note that constant fields constitute the only recommended use of
3819underscores. (p.125)
3920
40- </div >
41-
42- <div class =" paragraph " >
43-
4421Naming convention :
4522< http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.8 >
4623
47- </div >
48-
49- </div >
50-
51- </div >
52-
53- </div >
54-
55- <div class =" sect1 " >
56-
5724### 서평
5825
59- <div class =" sectionbody " >
60-
61- <div class =" paragraph " >
6226
6327재미있는 서평 :
6428< http://www.amazon.com/review/R296QBPY6ZC2LB/ref=cm_cr_pr_cmt?%5Fencoding=UTF8&ASIN=0201310058#wasThisHelpful >
6529
66- </div >
67-
68- </div >
69-
70- </div >
71-
72- <div class =" sect1 " >
7330
7431### 인터뷰
7532
76- <div class =" sectionbody " >
77-
78- <div class =" paragraph " >
79-
80- [ Book Excerpt and Interview: Effective Java, Second
81- Edition] ( http://www.infoq.com/articles/bloch-effective-java-2e )
82-
83- </div >
84-
85- <div class =" paragraph " >
86-
87- [ Effective Java: An Interview with Joshua
88- Bloch] ( http://java.dzone.com/articles/effective-java-an-interview-wi )
89-
90- </div >
91-
92- <div class =" paragraph " >
93-
94- [ More "Effective
95- Java"] ( http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-6623&yr=2008&track=javase )
96-
97- </div >
98-
99- <div class =" paragraph " >
100-
101- < http://whiteship.me/tag/effective%20java >
102-
103- </div >
104-
105- </div >
106-
107- </div >
108-
109- </div >
110-
111- <div id =" footer " >
112-
113- <div id =" footer-text " >
114-
115- Last updated 2026-02-28 04:33:58 +0900
116-
117- </div >
118-
119- </div >
33+ * [ Book Excerpt and Interview: Effective Java, Second Edition] ( http://www.infoq.com/articles/bloch-effective-java-2e )
34+ * [ Effective Java: An Interview with Joshua Bloch] ( http://java.dzone.com/articles/effective-java-an-interview-wi )
12035
12136## Related
12237- [[ design-pattern]]
12338- [[ object-oriented]]
124- - [[ refactoring ]]
39+
Original file line number Diff line number Diff line change 55- [[ javascript-module]]
66- [[ node-js]]
77- [[ webpack]]
8+ - [[ react-js]]
You can’t perform that action at this time.
0 commit comments