Example of J2EE transactions using an example - Transaction isolation levels
Transaction isolation levels determine database behavior, but are managed by the J2EE server, which is responsible for overall transactIon co-ordination.
TransactIon isolation levels control the degree of isolation between concurrent transactions accessing the same database.
SQL 92 defines four transaction isolation levels, which are supported in the JDBC API.