What books are good for a Java programmer that knows all the basic concepts? I dont want a beginners book.
Also, what books are good for a beginner to C#, but which will also be a good reference for the future?
Printable View
What books are good for a Java programmer that knows all the basic concepts? I dont want a beginners book.
Also, what books are good for a beginner to C#, but which will also be a good reference for the future?
Head First books are good.
If you know the basics well, then work with JSP.
You could buy a book that specializes on a topic like a network programming book, but I would recommend more practice.
I'd say Head First Java or Thinking in Java.
If you're bored with the basics then pick out a program that you really want to do(and it must be challenging) and work through it. You'll wind up going through a bunch of tutorials on the web and learning a lot of new things. This is my opinion is the best way to learn. You can't get everything from a book.