Errata
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 |
---|---|---|---|---|
Printed, | Page 13 On code esample |
Hello, |
Miguel Gonzalez | Jan 26, 2014 |
Page 57 example code |
The previously confirmed errata for the print version with the following description is also true of the current ebook version. |
tehgeekmeister | Sep 27, 2011 | |
Printed | Page 148 code sample |
The boolean variable "done" is not declared volatile nor accessed using any other synchronization action, so there is no guarantee that its updated value will be visible to the thread calling the isDone method. |
Joe Bowbeer | Nov 24, 2011 |
Printed | Page 148 code sample |
[After further inspection, please replace the previous report with the following -JAB] |
Joe Bowbeer | Nov 24, 2011 |
Printed | Page 154 atBat code sample |
The "base3" and "base4" cases in the switch statement are missing their terminating "break" statements, resulting in invalid results in these cases. |
Joe Bowbeer | Nov 24, 2011 |
Printed | Page 159 atBat code sample |
The "base3" and "base4" cases in the switch statement are missing their terminating "break" statements, resulting in invalid results in these cases. |
Joe Bowbeer | Nov 24, 2011 |