Corrections to Chapter 6 of Java Network Programming, The InetAddress Class

p. 177: In the second line "lsreturns" should be "returns".

p. 177: The second sentence of the third paragraph should read, "The conditional operator ? tests whether signedByte is negative." That is, change unsignedByte to signedByte.

p. 189: In the processLogFile() method in Example 6-11, PooledWeblog, bin.readLine() should be in.readLine().


[ Java Network Programming Corrections | Java Network Programming Home Page | Table of Contents | Examples | Order from Amazon ] ]

Copyright 2000, 2001 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 2, 2001