Errata

Java Performance Tuning

Errata for Java Performance Tuning

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
Printed Page 483
2nd code listing

Should the 'currentRow' variable referenced in the 'getInt' and 'getString' methods
of the 'ReadOnlyCachedResultSet' class actually be 'currentIndex'?

Also, shouldn't the return type of the 'getString' method be 'String' and not 'int'?

Anonymous