what is JTA ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the name of the state, when a thread is executing?
How are commas used in the intialization and iteration parts of a for statement?
can a static method be overridden
what is the use of Object Factories?
What is a sessionfactory? Is it a thread-safe object?
what are getters and setters in Java with examples?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
Why RMI required an interface?
What are the ways to define classes that can be run as threads?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)