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 the diffrence between banking and insurance domain?

2 Answers  


Do I have to use jsps with my application?

0 Answers  


difference between HashMap, Hashset and hashTable?

2 Answers   HCL, Infotech,


How many layers are there in RMI and what are they?

1 Answers  


Is a class a subclass of itself?

0 Answers  






What is Stream Tokenizer?

0 Answers   TCS,


Why is actionform a base class rather than an interface?

0 Answers  


difference between apllet and interface class

1 Answers   Infotech,


how convert java file to jar files?

10 Answers   Samsung,


Connection Pooling with different type of databases?

1 Answers  


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


whats is statement and procedure

0 Answers   TCS,


Categories