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 |
What is the relationship between the canvas class and the graphics class?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
What are different types of layout managers in java.awt package?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
list the types of dialodg
What are the oops concept?
What is multithread synchronizing ?
How will you pass parameters in RMI? Why do you serialize?
How to determine applet?s height and width?
How to determine SGA site?
how the action can be map from jsp page to bean class in mvc1
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?