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()
.