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 |
Is jvm a overhead?
Can constructors be synchronized in java?
what is DGC?
Write a program to show synchronization?
what is difference between checked exception & unchecked exception in java?
What are the types of scaling?
What is a session? Can you share a session object between different theads?
What is deadlock?
what is disadvantage of thread?
What is a class loader?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
diff vector arraylist