Corrections to Chapter 18 of Java Network Programming, Remote Method Invocation

p. 601: The caption of example 18-1 should read, "The Fibonacci Interface", not "The Hello Interface"

p. 606: In the 12th line of Example 18-4; the error message of the first System.err.println should read "Usage: java FibonacciClient" instead of "Usage: java Fibonacci client". That is, change, Fibonacci client to FibonacciClient.

p. 614: In the 12th line of Example 18-8; the error message of the first System.err.println should read "Usage: java FibonacciClient" instead of "Usage: java Fibonacci client". That is, change, Fibonacci client to FibonacciClient.

p. 622: In the 3rd paragraph, "perfomed" should be "performed".


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

Copyright 2003, 2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified July 26, 2004