Errata

Java Pocket Guide

Errata for Java Pocket Guide

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
ePub Page 90
2nd paragraph, java9 code

The error is in chapter 7, in the "The try-with-resources Statement" page.

f1.write("Information..."); must be

fileWriter.write("Information...");

Juan  May 09, 2019 
Printed Page 151
pseudocode //comment before code block

printed as:
// tyrLock (...

should be:
// tryLock (...

Clinton Garwood  Jul 26, 2022 
Printed Page 167
public interface List (just below paragraph at middle of page)

method addALL should be addAll

Porter Scobey  May 18, 2018