1 |
There are a multitude of Java books, many are excellent, here are two we have used for course textbooks:
-
Core Java, by Gary Cornell and Cay S. Horstmann, Sunsoft Press, Prentice-Hall, offers detailed coverage of the whole language and packages for advanced programmers. There are two volumes:
-
Core Java 2, Volume I, Fundamentals, 4th ed.
-
Core Java 1.2 Advanced Features
-
Java, How to Program, by Deitel and Deitel, Prentice-Hall, starts with beginning programming concepts and progresses rapidly through Java language. It has the most programming exercises. Third edition due out in July 99 will have Java 1.2.
|