45 used & new from $0.01

Have one to sell? Sell yours here
 
 
Java Network Programming
 
 
3.8 out of 5 stars  See all reviews (35 customer reviews)


Available from these sellers.


11 new from $2.99 34 used from $0.01

Formats

Amazon Price New from Used from
  Kindle Edition, October 26, 2004 $17.59 -- --
  Paperback, September 30, 2004 $26.37 $24.00 $11.98
  Paperback, February 1, 1997 -- $2.99 $0.01
There is a newer edition of this item:
Java Network Programming, Third Edition Java Network Programming, Third Edition 3.8 out of 5 stars (35)
$26.37
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

Java I/O

Java I/O

by Elliote Harold
3.8 out of 5 stars (29)  $40.49
Java NIO

Java NIO

by Ron Hitchens
4.1 out of 5 stars (15)  $23.07
Java Threads

Java Threads

by Scott Oaks
3.5 out of 5 stars (41)  $26.37
TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers (The Practical Guides)

TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers (The Practical Guides)

by Kenneth L. Calvert
4.2 out of 5 stars (8)  $22.45
Distributed Systems: Concepts and Design (4th Edition)

Distributed Systems: Concepts and Design (4th Edition)

by George F. Coulouris
3.4 out of 5 stars (11)  $105.04
Explore similar items

Editorial Reviews

Amazon.com Review

Does this sound familiar? You know Java well enough to write standalone applets and applications, even multithreaded ones, but you know next to nothing about the language's networking capabilities. And guess what--your next job is to write a network-centric Java program. Java Network Programming serves as an excellent introduction to network communications generally and in Java. The book opens with information on network architectures and protocols and the security restrictions placed on applets. Quickly, the author gets to the meat of networked Java with a complete elucidation of the InetAddress class, the URL-related classes, applet-specific networking methods, and sockets. The author also covers packets, Remote Method Invocation (RMI), and servlets.

The one serious shortcoming of this book is that it does not include a companion disk, which is the case with most O'Reilly books. You'll have to visit the publisher's FTP site for the code if you dislike typing the examples manually. On the whole, though, this is an excellent tutorial that will guide you through the world of Java networking as smoothly as possible.



Product Description

The network is the soul of Java. Most of what is new and exciting about Java centers around the potential for new kinds of dynamic networked applications. Java Network Programming describes the java.net package, which contains classes for communications and working with networked resources. This Java 1.1 programming book is a complete guide to writing sophisticated network applications, including many kinds of clients and servers. It pays special attention to content and protocol handlers, a still largely unexplored area of Java's network facilities, and gives you an advanced look at the new areas like multicasting, using the server API, and RMI.

Product Details

  • Paperback: 442 pages
  • Publisher: O'Reilly Media; 1 edition (February 1, 1997)
  • Language: English
  • ISBN-10: 1565922271
  • ISBN-13: 978-1565922273
  • Product Dimensions: 8.2 x 7 x 1.1 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (35 customer reviews)
  • Amazon.com Sales Rank: #1,600,075 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #88 in  Books > Computers & Internet > Networking > Network Programming
    #90 in  Books > Computers & Internet > Certification Central > Java
    #90 in  Books > Computers & Internet > Certification Central > Exams > Java

More About the Author

Elliote Harold
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Elliote Harold Page

Inside This Book (learn more)
Browse and search another edition of this book.


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

 

Customer Reviews

35 Reviews
5 star:
 (16)
4 star:
 (8)
3 star:
 (3)
2 star:
 (3)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (35 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
13 of 13 people found the following review helpful:
5.0 out of 5 stars Great Intro to Networking with Java, June 5, 2001
By David C. Johnson (Spencer, MA USA) - See all my reviews
(REAL NAME)   
I love this book. Absolutely love it. One of the great things here is the tie in of network programming with java's IO classes. Networking in Java is IO, and this book explains it upfront.

The overviews of IO and Threading in the first couple of chapters can really solidify these topics if you are sketchy on them. The rest of the book is dedicated to going over the .net classes & explaining each one, providing in depth/useful examples for each.

The appendix of the book give a good enough overview of RMI & JavaMail, more than enough to get you going using either package.

While this is not a book for total beginners, if you need to learn the .net package, or want to take your Java skills to the network, buy this book!

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



 
38 of 45 people found the following review helpful:
1.0 out of 5 stars Misapprehensions and misinformation. Avoid., July 8, 2001
By A Customer
Avoid. This book appears to have quite a reputation, but despite being in its 2nd edition, it is riddled with errors. The book exhibits some fundamental misapprehensions about TCP/IP; as a result it perpetrates some astonishing misinformation, much of it quite basic. Partial list: the nature of a socket close operation; what IOException when closing a socket means; what happens when the listen backlog is exceeded; specification of the ServerSocket constructors; Nagle's algorithm (Socket.setTcpNoDelay); linger; keepalive; etc etc.

Of the examples which do work, the PortScanner and LocalPortScanner are provided in versions which perpetrate atrocities on the local machine and network by not closing sockets. Multi-homing very cursorily treated, not even indexed. Firewalls apparently treated in one page. Role of TTL in multicast apparently ignored.

The text is verbose and repetitive, and a number of the examples are irrelevant. Fully 50% of the Sockets for Servers chapter consists of a rather irrelevant excursion into HTTP and HTML; the examples have bugs, not that they have much point. Also, what pray have HTML rendering and parsing in Swing got to do with networking? 30 irrelevant pages on this; nice to have, but why here?

Author seems to think HotSpot is a JIT. Typos in the index, not encouraging. Many impending JDK 1.4 enhancements will shortly obsolete this book. Avoid it. For TCP/IP and UDP fundamentals, buy W.R. Stevens Unix Network Programming. -

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



 
10 of 10 people found the following review helpful:
5.0 out of 5 stars In-depth API coverage, November 10, 2004
The value of this book is in the depth of the coverage it gives to every topic. As opposed to the usual code fragments glued together with the necessary minimum of expository text, this book takes it's time to explain topics in detail. It's clear that in it's third revision the author has learned how to teach the Java network APIs.

Topics covered include both client and server code with sockets and UDP, non-blocking I/O, and protocol and content handlers, as well as many others. This is very in-depth, very well written with effective use of graphics. And better yet you will learn about the protocols themselves as well as the APIs.

This is an outstanding book, easily the best book, on the Java network APIs.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Good reference, mediocre otherwise.
I've noticed that most reviews (both positive and negative) are a bit out-dated, referring to older editions. Read more
Published on November 11, 2007 by TFK

5.0 out of 5 stars An excellent and thorough treatment of networking in Java
This book begins with three chapters that outline how networks and network programs work. Chapter 1 is a gentle introduction to network programming in Java and explores some of... Read more
Published on January 12, 2007 by calvinnme

4.0 out of 5 stars good reference
I bought it to prepare my class

It was a good reference to me
Published on March 25, 2006 by Jin Yoo Kim

4.0 out of 5 stars Excellent Book
This book is certainly a good reference book for me when I need to know about network programming using Java. Read more
Published on August 15, 2005 by Anil J. Saldhana

5.0 out of 5 stars Comprehensive reference (3rd Edition)
If you're doing anything with Java and Network I/O programming, the topic will most likely be covered in this book. Read more
Published on November 23, 2004 by E. Wuehler

4.0 out of 5 stars An Excellent Choice
I read this book and really enjoyed it. It is easy to read, and has lots of useful code. I like all books written by this author. Read more
Published on January 9, 2004 by Michael Pucciarelli

1.0 out of 5 stars Misapprehensions and misinformation. Avoid.
Avoid. This book appears to have quite a reputation, but despite being in its 2nd edition, it is riddled with errors. Read more
Published on July 9, 2001

4.0 out of 5 stars Very thorough but not very user friendly
Let me start off by saying that the content is very thorough. It covers the topic extremely well, and the examples are good. Read more
Published on June 17, 2001

5.0 out of 5 stars Wonderful book, easy and fun to read
If you really want to understand how networking works in Java, buy this book and read it. You will not be disappointed. Read more
Published on May 19, 2001

5.0 out of 5 stars Too good to pass up...
In regards to the revised edition of the book, it is an excellent one. I found the explanations clear and concise and I was able to apply all the examples I found in creating the... Read more
Published on March 13, 2001

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.