DEVFYI - Developer Resource - FYI

What is transaction

J2SE Interview Questions and Answers


(Continued from previous question...)

What is transaction

An atomic unit of work that modifies data. A transaction encloses one or more program statements, all of which either complete or roll back. Transactions enable multiple users to access the same data concurrently.

(Continued on next question...)

Other Interview Questions