Answer Posted / 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 |
Post New Answer View All Answers
Why does the tag url-encode javascript and mailto links?
Have you used threads in Servelet?
Java is fully object oriented languages or not?
What is an abstract method?
Is “abc” a primitive value?
Can I run seam outside of jboss as?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Can we sent objects using Sockets?
How primary key is implemented in Oracle?
What class is used to create Server side object ?
What is the difference between RMI and Corba?
Is the ternary operator written x : y ? Z or x ? Y : z ?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Name the eight primitive java types.