What is the total number of transaction isolation levels specified in the java.sql.Connection interface?
Explanation
The java.sql.Connection interface defines five distinct transaction isolation levels, which determine how transaction integrity is maintained and how concurrent transactions are managed.