What are JTA/JTS and how they used by client?
Answer / Kanishk Kumar Tiwari
JTA (Java Transaction API) and JTS (Java Transactions Services) are Java APIs for managing transactions across multiple resources. They provide a standard way to control transaction demarcation, synchronization, and recovery. Clients can use these APIs to create transactions, manage transaction boundaries, and commit or rollback transactions when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the advantages of JTA over JTS?
What is diffennce between AWT & SWING?
Explain the purposes of methods wait(), notify(), notifyAll ()?
In a multitiered application which tier is the browser in?
Can I use multiple html form elements with the same name?
whats is mean by object and class?
What is ioc concept & explain it?
Is the ternary operator written x : y ? Z or x ? Y : z ?
the use of try and ffinally keyword
Connection Pooling with different type of databases?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
Define prototype?