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 are different types of controls in AWT?

11 Answers   IBM,


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


What is the purpose of the finally clause of a try-catch-finally statement?

0 Answers  


What is MOM?

1 Answers   Wipro,


Can I map more than one table in a cmp?

0 Answers  






What is Remote Interface?

1 Answers  


Where we can write Rmi registry in the code, without having to write it at the command prompt?

0 Answers  


Do we need to override service() method

0 Answers  


When a thread blocks on i/o, what state does it enter?

0 Answers  


What are the various thread priorities?

1 Answers  


What is codebase in applet?

2 Answers  


What are Benefits of Connection Pooling?

2 Answers  


Categories