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
What is a clone?
What modifiers may be used with an inner class that is a member of an outer class?
Why doesn’t the focus feature on the tag work in every circumstance?
What is meant by method chaining?
Brief description about local interfaces?
what are getters and setters in Java with examples?
What is the purpose of the finally clause of a try-catch-finally statement?
Is the infobus client side only?
What is message driven beam?
Why do threads block on i/o?
whats is statement and procedure
Can you give me a simple example of using the requiredif validator rule?
What are the steps to write p-to-p model application?
How are the elements of a cardlayout organized?
What is the argument type of a programs main() method?