Java Performance Tuning, 2nd Edition by Jack Shirazi The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated April 21, 2003. UNCONFIRMED errors and comments from readers: [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'?