J2SE Question:

What is transaction isolation level?

J2SE Interview Question
J2SE Interview Question

Answer:

The degree to which the intermediate state of the data being modified by a transaction is visible to other concurrent transactions and data being modified by other transactions is visible to it.


Previous QuestionNext Question
What is try?What is throws?