Question - How many RowSet are available in JDBC?
Answer -
There are two types of row sets are available:
- Connected – A connected RowSet object connects to the database instantaneously. If the application terminates then connected RowSet object also terminates.
- Disconnected – A disconnected RowSet object connects to the database after execution of the required query.