 |
Java Servlet Programming by Karl Moss
McGraw Hill -ISBN 0-07-913779-2
Good introduction to servlet programming.
Not heavily technical but a good way to get started understanding
the ins and outs of servlet programming.
<-- Click to order from Amazon |
 |
Java Servlet Programming by Hunter and Crawford
O'Reilly ISBN 156592-391-X
Very detailed and readable in-depth exploration of servlet
programming. Lots to learn and digest.
Always good quality from O'Reilly
<-- Click to order from Amazon |
 |
Java Threads by Scott Oaks, O'Reilly Press
Newly revised and expanded to cover Java 1.2, "Java Threads" shows
readers how to take full advantage of Java's thread facilities: where
to use
threads to increase efficiency, how to use them effectively,
and how to
avoid common mistakes. It thoroughly covers the Thread and ThreadGroup
classes, the Runnable interface, and the language's synchronized operator.
<-- Click to order from Amazon |
|
|
 |
Java IO by Elliott Rusy Harold
This is a great book! Well written and full of good examples of how
to use
Java IO - streams and more. I use many of his examples in the class
<-- Click to order from Amazon |
 |
Concurrent Programming in Java by Doug Lea
A very serious book for thread practitioners. Lea combines theory with
practice and in
this second edition, brings in design patterns. A winner.
<-- Click to order from Amazon |
|
|
|
|