Answer Posted / 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 |
Post New Answer View All Answers
Which are the different segments of memory?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Why does the option tag render selected=selected instead of just selected?
What is colon_pkg_prefixes and what is its use?
What are the different class loaders used by jvm?
Write a program to show synchronization?
To what value is a variable of the string type automatically initialized?
What are the purpose of introspection?
Why is string immutable in java?
which book is better for jdbc ,servlets and jsp
How is a java object message delivered to a non-java client?
How to pass parameters in RMI?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the difference between the session.update() method and the session.lock() method?
How can I scroll through list of pages like the search results in google?