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 is stringBuffer and StringBuilder?
java is fully object oriented languages or not? why?
What is the relationship between the canvas class and the graphics class?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is synchronization and why is it important?
what is catalina in tomcat server.
What is the difference between Super and This Keyword?
What is meant by multi-threading?
Is the session factory thread safe?
How to determine SGA site?
Why doesn’t the focus feature on the tag work in every circumstance?
whats is mean by tiles in struts