What are JTA/JTS and how they used by client?



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

Post New Answer

More Advanced Java Interview Questions

What is the relationship between an event-listener interface and an event-adapter class?

1 Answers  


Why threads will block on I/O?

2 Answers  


How would you reatach detached objects to a session when the same object has already been loaded into the session?

1 Answers  


What is rmic?

4 Answers  


What is thread deadlock? How to resolve thread deadlock?

3 Answers  


What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


What is the purpose of the wait() method?

1 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


what is singleton class? where it mainly used in the projects?

5 Answers   Satyam, Wipro,


What is an abstract method?

1 Answers  


what is the RMI / IIOP?

3 Answers  


What is prototype?

1 Answers  


Categories