Understanding Java

Understanding Java: Errata

Here is a link to a web page that enables you to send me details of an error in the book that is not mentioned below.

2002-08-04Barry CorneliusPage 250Section 10.12Line 15Change tOutputHandle.close(); to
if (tOutputHandle!=null) tOutputHandle.close();
2002-08-04Barry CorneliusPage 251Figure 10.10Last line but 4Change tOutputHandle.close(); to
if (tOutputHandle!=null) tOutputHandle.close();
2002-08-04Barry CorneliusPage 674second columnLine 1Change 235 to 250
2002-04-23AMANO, KaoruPage 202Exercise 8.3Line 10Change valid to invalid as 2000 is not in the 21st century
2001-12-29Chris BlackburnPage 243Figure 10.6Line 13Change can be created to can be deleted in the description of the delete method
2001-10-06gandalfPage 239Section 10.6Last lineChange java UnDebugFilter.java ... to java UnDebugFilter ...
2001-06-02Stephen EldridgePage 578Section 19.8.2Line 3Change public Object clone(); to protected Object clone();
2001-02-22Barry CorneliusPage 427Exercise 14.9Line 1Change FigureProg.java to FigureProg.data


© 1998-2002 Barry Cornelius
Any queries about this page should be sent to barry.cornelius@oucs.ox.ac.uk.
This page was last updated on 04 August 2002.