Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

Quantity: 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
57 used & new from £5.61

Have one to sell? Sell yours here
 
   
Tell a Friend
Java Network Programming
 
See larger image
 
Java Network Programming (Paperback)
by Elliotte Harold (Author)
4.5 out of 5 stars 6 customer reviews (6 customer reviews)
RRP: £28.50
Price: £18.53 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £9.97 (35%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk.

Only 5 left in stock--order soon (more on the way).

Want guaranteed delivery by 1pm Tuesday, May 20? Choose Express delivery at checkout. See Details

57 used & new available from £5.61
Other Editions: RRP: Our Price: Other Offers:
Paperback (Bargain Price,Import) Order it used
Paperback (2Rev Ed) 21 used & new from £1.20
 
   

Perfect Partner

Buy this book with Java Threads by Scott Oaks today!

Java Network Programming Java Threads
Buy Together Today: £37.52

Customers Who Bought This Item Also Bought

Java Threads

Java Threads by Scott Oaks

4.4 out of 5 stars (7)  £18.99
Java Cookbook

Java Cookbook by Ian Darwin

4.4 out of 5 stars (9)  £22.99
Java-NIO

Java-NIO by Ron Hitchens

4.3 out of 5 stars (3)  £17.47
Java Concurrency in Practice

Java Concurrency in Practice by Brian Goetz

5.0 out of 5 stars (2)  £17.39
Head First Design Patterns (Head First)

Head First Design Patterns (Head First) by Eric Freeman

4.9 out of 5 stars (30)  £20.77
Explore similar items : Books (47)

Product details

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
Java Programming
www.seeklearning.co.uk    Complete Your JAVA Course Online. Get Certified or Your Money Back! 
Wireless Programming
www.axmor.com    Outsource your wireless project. Top software programmers in Russia. 
JSP Experts
www.google.co.uk/jobs/    Google London might be the place for you. Java experts needed! 

Product Description
Amazon.co.uk Review
Java, intended for use on the Internet, was designed to support networking over TCP/IP. In fact most of Java's network support is unchanged since version 1.0. This book's examples use Java 1.1 and Java 2 (v1.2 and 1.3).

The author assumes you are a Java programmer familiar with AWT as well as Swing. He starts by claiming Java makes network applications easier to write than other languages. A bold claim.

In order to understand how to get the most from Java Network Programming the author goes into extensive detail on URLs, MIME, HTML and HTTP. But by chapter four you are writing simple apps to demonstrate I/O issues, then threads. In chapter six you are introduced to the InetAddress class so you can get out and about. Using just this you can write your own nslookup. Neat. Each Java networking concept is introduced, explained, demonstrated in a simple app and then incorporated into something useful. There is a lot of sample code, all downloadable.

Most of the book effectively deals with simple file transfer in order to focus on networking issues but in chapter 18 Remote Method Invocation appears which enables you to run distributed programs. RMI underlies network-aware applications. Toward the end of the book the author differentiates between protocol handlers--which deals with interactions between systems--and content handlers. Network-delivered content is often handled as a MIME type. This is carried to a logical conclusion in the last section on the JavaMail API.

Overall, Java Network Programming is a readable book which makes a complex subject accessible in a logical and structured manner. And he is right, network programming does look easier in Java. --Steve Patient --This text refers to an out of print or unavailable edition of this title.

William F. Gilreath, IEEE Distributed Systems Online, Volume 3, 2002
"....Harold does a praiseworthy task of discussing, describing, and illustrating network concepts with Java." --This text refers to an out of print or unavailable edition of this title.

See all Product Description


Customers Who Viewed This Item Also Viewed

Java Threads

Java Threads by Scott Oaks

4.4 out of 5 stars (7)  £18.99
TCP/IP Sockets in Java: Practical Guide for Programmers (The Practical Guides)

TCP/IP Sockets in Java: Practical Guide for Programmers (The Practical Guides) by Calvert

£14.24
Fundamental Networking in Java

Fundamental Networking in Java by Esmond Pitt

£39.49
An Introduction to Network Programming with Java

An Introduction to Network Programming with Java by Jan Graba

£29.50
Java-NIO

Java-NIO by Ron Hitchens

4.3 out of 5 stars (3)  £17.47
Explore similar items : Books (47)

 
Customer Reviews
6 Reviews
5 star: 83%  (5)
4 star:    (0)
3 star:    (0)
2 star: 16%  (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Learned, readable and packed with information, 17 Jul 2001
One of the best Java books out there. Earlier, I tried the Java network programming book from Manning Publications but it wasn't a patch on this. It covers everything from basic sockets communications to sophisticated client / server applications to SSL to content handlers, not to mention RMI and Internet mail. Heck, even the section which covers simple I/O is one of the best I've read. Simply outstanding.
Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Clear and thorough, 2 Nov 2001
By A Customer
I've read most of the O'Reilly Java books and this has to be one of the best.

Java makes networking easy, and this book shows just how straightforward it is to create networked applications. Furthermore, if you're interested in more complex topics like how ContentHandlers, and Protocol Handlers work ( and how to write your own ) then this book covers that too.

The book can seem a little slow in places as the author explains nearly all the methods available. At the end of it all, however you come away with a thorough understanding.

All the examples work too! ( Well they did for the first edition ).

Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars 2nd Edition is quality, 17 Nov 2000
By A Customer
A previous review of an earlier edition complained that the book used an out of date API and failed to go far enough in depth on the subject of networks and the internet.

The API part has been updated and is fine now. The subject matter is still aimed at a strong basic grounding in using Java to connect over the internet and not explaining any internet protocols.

The book is written well, as is the other book I've read by the author, Java I/O. It provides a very good grounding on network programming to people who are experienced in Java but whose limit in the network programming has so far been the URL class.

If you want to do more complex stuff, find an Internet Protocols book (OReilly do one). This book deserves an average of 5 stars.

Comment Comment | Permalink | Was this review helpful to you? YesNo (