Corrections to Chapter 7 of Java Network Programming, The URL Class

p. 195: In the third paragraph, "foloowing" should be "following".

p. 220: In Example 7-8, the line

System.out.println(URLEncoder.encode("This\string\"has\"quote\"marks"));

is missing a quote mark after the first slash. It should read

System.out.println(URLEncoder.encode("This\"string\"has\"quote\"marks"));


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

Copyright 2001 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 4, 2001