COM1204 Spring 2001 -- The Java language/platform
Professor Futrelle -- College of Computer Science, Northeastern U., Boston, MA
Introduction
Our textbook focuses on program development rather than the many details
of the Java language itself. It rightly assumes that there are many books and
online sources of information about Java. So this course page contains useful links
to such Java resources, to fill the gap. When I want to know just about anything,
I simply use google.com to search. It works fine for virtually any kind of question
you might have about the Java language.
Books -- Hardcopy and on-line
At last count there were over fifteen hundred books (!) on the Java language, so picking
out a few to suggest here is not easy!
- O'Reilly publishes an
entire series of Java books.
I use their Java in a Nutshell
as a useful reference guide. About one-third of the book introduces you to the
language and the other two-thirds is an API quick-reference.
- Sun Microsystems who developed the Java language publish their own series
of Java books (through Addison-Wesley publishers). Ten of these books are
available on-line in their entirety ( = free). Information on the books and links
to the on-line versions are available here.
- Beyond these, Boston is replete with large and high-quality bookstores.
Examining on-line booklists, especially when ranked by reviews or by best selling
ratings, can be useful also.
On-line reference materials
Go to COM1204 home page
Return to Prof. Futrelle's home page