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 is the relationship between an event-listener interface and an event-adapter class?
Why threads will block on I/O?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is rmic?
What is thread deadlock? How to resolve thread deadlock?
What is waiting state? In what ways a thread can enter into waiting state?
What is the purpose of the wait() method?
java is fully object oriented languages or not? why?
what is singleton class? where it mainly used in the projects?
What is an abstract method?
what is the RMI / IIOP?
What is prototype?