Limitation of Iterator in java
807605Jul 16 2007 — edited Jul 16 2007Hi 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?.