Actuate Question:
How many times executite the fetch method at run time?

Answers:
Answer #1
Number of rows which are retrieved from database query,that
many times Fetch method get executed at run time.
Number of rows which are retrieved from database query,that
many times Fetch method get executed at run time.
Answer #2
Total Number of rows + 1. The last time the fetch will find it as end of result set and it exits.
Total Number of rows + 1. The last time the fetch will find it as end of result set and it exits.