Database Java Tutorial

Result sets have one of two concurrency types.
A read-only result set is of type ResultSet.CONCUR_READ_ONLY,
An updatable result set is of type ResultSet.CONCUR_UPDATABLE.
The java.sql.Connection interface has nine methods that set the result set concurrency.
The default value (which is CONCUR_READ_ONLY).