Effective Java
An excelled book by Joshua Bloch. I found it very informative ... if you've worked with C++ - its like the Annotated C++ Reference (which is the best C++ book I've read) - jam packed with information.
Some of the chapters of Effective Java are online - and are a must read:
1. Chapter 5, "Substitutes for Missing C Constructs" which talks about typesafe enums. [pdf version]
2. Chapter 3, "Methods Common to All Objects" [PDF]
3. Chapter 6, "Methods" [PDF]
4. Chapter 7, "General Programming" [PDF]
An excelled book by Joshua Bloch. I found it very informative ... if you've worked with C++ - its like the Annotated C++ Reference (which is the best C++ book I've read) - jam packed with information.
Some of the chapters of Effective Java are online - and are a must read:
1. Chapter 5, "Substitutes for Missing C Constructs" which talks about typesafe enums. [pdf version]
2. Chapter 3, "Methods Common to All Objects" [PDF]
3. Chapter 6, "Methods" [PDF]
4. Chapter 7, "General Programming" [PDF]
0 Comments:
Post a Comment
<< Home