1234567891011121314151617181920



Question 1: Which statments is true?
1. A RowSet has to be make scrollable and updatable at the time of creation.
2. Scrollability and Updatability of a RowSet is independent of the JDBC driver.
3. A connect RowSet can read data from a non relational database source also.
4. A RowSet is a JavaBeans component which has to programmatically notify all registered event listener.