Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Limitation of Iterator in java

807605Jul 16 2007 — edited Jul 16 2007
Hi All,

We have used iterator to loop and show the details. But, the problem we are facing is, it shows the result list length correctly (say example if query fetches 1000 records, the length is 1000. but, the element data holds only 100 and it doest show the remaining records in the table.

Is it the limitation of iterator?.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2007
Added on Jul 16 2007
3 comments
318 views