Link to home
Start Free TrialLog in
Avatar of McSpud
McSpud

asked on

JAVA Networking

Can anybody recommend good online tutorials on Networking using JAVA. I'm mostly interested in TCP/IP but I'm interested in other things as well including email protocols.

And I guess good books. I may as well shell out a coupla quid if I want to learn.
Avatar of heyhey_
heyhey_

'Tha Java Tutorial' at www.javasoft.com
As for books you might want to try:
Java Network Programming : A Complete Guide to Networking, Streams, and Distributed Computing 2nd Edition by Merlin Hughes, Michael Shoffner, Derek Hamner

go to www.amazon.com for other books on Java networking

hope that helps :)

ASKER CERTIFIED SOLUTION
Avatar of mattdaimon
mattdaimon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of McSpud

ASKER

Thankyou for the help. I've looked at Thinking In Java and found it to be very useful.

Spud.