InterviewSolution
Saved Bookmarks
| 1. |
Explain The Transactional Attribute Required In Jta? |
|
Answer» Required is the default transaction attribute that ensures the METHODS are invoked within JAVA Transaction API transaction CONTEXT. Required makes the transactional context USED by the bean. If not the new context will be created. Required is the default transaction attribute that ensures the methods are invoked within Java Transaction API transaction context. Required makes the transactional context used by the bean. If not the new context will be created. |
|