What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Answer / Diksa Kapoor
A local transaction datasource is used for local transactions within a single application server, while an XA datasource supports global distributed transactions across multiple application servers. Both support the use of transactions, but local transaction datasources are typically simpler and faster than XA datasources.
| Is This Answer Correct ? | 0 Yes | 0 No |
What you mean by COM and DCOM?
What is the name of the state, when a thread is executing?
What are the call back methods in entity bean?
What are skeletons and stubs and how they are generated?
What state a thread enters, When it blocks on I/O?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
What method is invoked to cause an object to begin executing as a separate thread?
what are design patterns in java?give with example?
What is meant by multi-threading?
function of extends and implements keywords?
what is singleton class? where it mainly used in the projects?
What are preemptive scheduling and time slicing and what is the difference between them?