ResultSet has the following methods(a) next() (b) first() (c) a & b (d) No methods

  
Showing Answers 1 - 4 of 4 Answers

Sumit Sengar

  • Aug 2nd, 2005
 

boolean next() method moves the cursor to the next row and returns flase if there are no more rows. boolean first() moves the cursor to the first row in the result set.

sowmya R

  • Feb 12th, 2013
 

(c) a & b

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions