what is JTA ?

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


Please Help Members By Posting Answers For Below Questions

How will you pass parameters in RMI? Why do you serialize?

693


What is permgen or permanent generation?

581


What state does a thread enter when it terminates its processing?

600


Describe activation process?

2062


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

1812






What is the argument type of a programs main() method?

561


For which statements does it make sense to use a label?

585


Name three subclasses of the component class?

613


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

554


What is the difference between the string and stringbuffer classes?

543


What are the difference between RMI and CORBA?

619


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

1556


What is mdb and what is the special feature of that?

561


In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

2154


What is ioc concept?

689