what is JTA ?
Answers were Sorted based on User's Feedback
Answer / rajesh
It is a Java Transaction API . High level representation of
the JTS (Java transaction services).
It provides developer to control the transaction and
maintain the ACID procperties of the transaction.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / anonymous
JTA- Java Transaction API
- Used to control transactions.
- javax.transaction.UserTransaction - interface should be
implemented to get the object.
- javax.transaction.UserTransaction ut= new
javax.transaction.UserTransaction
ut.begin()
ut.commit()
ut.rollback()
methods are available in this Interface.
| Is This Answer Correct ? | 3 Yes | 1 No |
what's the main difference between unix os and linux os?
Explain the advantages and disadvantages of detached objects.
What is threadfactory?
Why are component architectures useful?
What is deadlock?
Explain about RMI Architecture?
Is the session factory thread safe?
Why do threads block on i/o?
what is a Daemon Thread?
What is a compilation unit?
Have you used threads in Servelet?
Can I run seam with jdk 1.4 and earlier?