Multiple choice database

Which of the following are valid rowset classes that you can use in your Java application ?

  1. A CachedRowSet class

  2. A JavaSource class

  3. A WebRowSet class

  4. A JDBCRowSet class

  5. Either AC&D

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

In the Java JDBC API, CachedRowSet, WebRowSet, and JDBCRowSet are all valid implementations of the RowSet interface. Since options A, C, and D are valid rowset classes, the choice 'Either AC&D' (likely a typo for A, C, and D) is the intended answer.