Question:Which of the following is false? 

A A scrollable ResultSet can be created in JDBC 2.0 API. 

B The cursor is moved forward using next(). 

C The cursor is moved backward using previous(). 

D A while loop can be used because next() & previous() methods return false beyond the resultset. 

E A while loop can be used because next () & previous () methods return -1 beyond the resultset. 

+ Answer
+ Report
Total Preview: 667

Copyright © 2024. Powered by Intellect Software Ltd