what is JTA ?

Answers were Sorted based on User's Feedback



what is JTA ?..

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

what is JTA ?..

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

Post New Answer

More Advanced Java Interview Questions

what is stringBuffer and StringBuilder?

3 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


What is the relationship between the canvas class and the graphics class?

0 Answers  


Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  


What is synchronization and why is it important?

0 Answers  






what is catalina in tomcat server.

11 Answers   IBM,


What is the difference between Super and This Keyword?

4 Answers   HCL, TCS,


What is meant by multi-threading?

6 Answers  


Is the session factory thread safe?

0 Answers  


How to determine SGA site?

0 Answers   Wipro,


Why doesn’t the focus feature on the tag work in every circumstance?

0 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


Categories