Books for Java Programmer
I haven't read so many books yet.
At the beginning of learning I used some internet sites I don't have anymore :(
They were in German anyway!
Last year I read the book Clean Code, which shows you how to write more readable and maintainable code. Your team will appreciate it, if you take advantage of that knowledge:
http://amzn.to/x5BWQ2
It is not only for java programmers, its for every programmer!
Right now I'm reading the book "Effective Java Second Edition" by Joshua Bloch.
It's not about the grammar or the vocabulary of the language. It's about the usage, how to write code best? This book will tell you, I learned a lot already and I'm not even half way through! It helps you to have less problem and of course less exceptions, you would have to debug hours and hours...
http://amzn.to/wRqgzY














