Errata

Java 7 Pocket Guide

Errata for Java 7 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 20
Table 2.8

In Table 2.8 "Currency symbols outside of range", the entry for Cent sign shows the character for Ç, the cedilla, (UNICODE \u00E7) instead of ¢, (UNICODE \00A2).

The UNICODE code is correct; the symbol displayed is incorrect.

Fr Kevin PJ Coffey  Jul 27, 2020 
Printed Page 135

pg. 135
NIO 2.0
It would be handy if you included coverage of creating temporary files/directories. Also checking for permissions on a file and looking at meta-data.

pg. 139
Concurrency
No coverage of volatile.
Highly recommend covering Future/Callable - reduces the need for hand-rolling your own solution. Emphasize the utility of the concurrent APIs over writing threading logic.
One other suggestion, list the threads present in the JVM - specifically the main thread and the EDT. SwingUtilities.invokeLater/invokeWait/SwingWorker.

Anonymous  Feb 18, 2014