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 jndi
types of exceptions
Differences between applications and applets?
What are the JSP implicit objects ?
Describe responsibilities of Activator?
What does module-relative mean?
What is a class loader? What are the different class loaders used by jvm?
How to do registration form using struts and hibernate?
What is the difference between the session.update() method and the session.lock() method?
What is MOM?
What are the different approaches to represent an inheritance hierarchy?
How to send a request to garbage collector?