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
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the purpose of the notifyall() method?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is bean? Where can it be used?
What is the highest-level event class of the event-delegation model?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What are the pros and cons of detached objects?
What is clustering? What are the different algorithms used for clustering?
Where can I ask questions and make suggestions about seam?
Which container method is used to cause a container to be laid out and redisplayed?
What happens when a thread cannot acquire a lock on an object?
Explain what is synchronization?
What is the difference between system.out ,system.err and system.in?
Describe responsibilities of Activator?
Which textcomponent method is used to set a textcomponent to the read-only state?