Fill in the blanks:
There are ___ ResultSet concurrency modes, and drivers are required to support ___.
B.
There are two ResultSet concurrency modes: CONCUR_READ_ONLY and CONCUR_UPDATABLE.
All database drivers support read-only result sets, but not all support updatable ones.
Therefore, Option B is correct.