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 |
Which container method is used to cause a container to be laid out and redisplayed?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
How can I scroll through list of pages like the search results in google?
can any one tell me how to learn good coding techniques
What are transaction attributes?
What is UniCastRemoteObject and what is its use in RMI?
Why use POJO when I can use hashmap
Explain the purposes of methods wait(), notify(), notifyAll ()?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
What are the design considerations while making a choice between using interface and abstract class?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,