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 |
Explain lazy activation?
How has the sandbox changed with Java 2?
difference between applicationserver and webserver
What method is invoked to cause an object to begin executing as a separate thread?
what is heepStored?
What is metaspace?
what is disadvantage of thread?
whats is mean by connectionpooling
How to pass parameters in RMI?
What exceptions are thrown by RMI?
Explain about RMI Architecture?
What is Lock Based Protocol and what is its use?