ResultSet
- n object of ResultSet allows us to retrieve the data by default only in forward direction but not in backward direction and random retrieval.
- Whenever we get the database data in ResultSet object which will be temporarily disconnected from the database.
- ResultSet object does not allows us to perform any modifications on ResultSet object.
- Hence, the ResultSet is by default non-scrollable disconnected ResultSet.