DEVFYI - Developer Resource - FYI

What is transaction attribute

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

299. What is transaction attribute

A value specified in an enterprise bean's deployment descriptor that is used by the EJB container to control the transaction scope when the enterprise bean's methods are invoked. A transaction attribute can have the following values: Required, RequiresNew, Supports, NotSupported, Mandatory, or Never.

(Continued on next question...)

Other Interview Questions