what is JTA ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

772


What is the purpose of the notifyall() method?

792


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3813


What is bean? Where can it be used?

787


What is the highest-level event class of the event-delegation model?

807


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1959


What are the pros and cons of detached objects?

743


What is clustering? What are the different algorithms used for clustering?

791


Where can I ask questions and make suggestions about seam?

820


Which container method is used to cause a container to be laid out and redisplayed?

880


What happens when a thread cannot acquire a lock on an object?

744


Explain what is synchronization?

821


What is the difference between system.out ,system.err and system.in?

803


Describe responsibilities of Activator?

1855


Which textcomponent method is used to set a textcomponent to the read-only state?

859