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 |
whats is mean by connectionpooling
What are the types of scaling?
What is the difference between static and non-static with examples?
what are the software's needed to develop advanced java 3 tier application project
what is activation monitor and what is its job?
If your ui seems to freeze periodically, what might be a likely reason?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
Can you give me a simple example of using the requiredif validator rule?
What is J2EE?
What exceptions are thrown by RMI?
What is the purpose of the wait(), notify(), and notifyall() methods?
what is stringBuffer and StringBuilder?