1.

What is Rowset?

Answer»
  • A RowSet is an object that encapsulates a row SET from EITHER JDBC result sets or tabular DATA sources such as files or spreadsheets. It supports component-based development models LIKE JavaBeans, with the help of a standard set of properties and event notifications.
  • The advantages of using RowSet are:
    • It is easier and flexible to use.
    • It is Scrollable and Updatable by default.


Discussion

No Comment Found