adspace


What is transactional in java?

Answer Posted / Mayur Kumar Arya

Transactional in Java refers to a series of database operations that are executed as a single unit. When using a Transactional annotation or interface, these operations can be rolled back if any exception occurs during the execution of the transaction.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is reflection api? How are they implemented?

1114


What is the first argument of the string array in main method?

1036


What is the locale class?

1034


What is the java api?

1006


Are jvm’s platform independent?

989


Can we extract main method from another class?

1039


What is the resourcebundle class?

1021


How does java handle integer overflows and underflows?

1126


What do you understand by casting in java language? What are the types of casting?

929


What if I write static public void instead of public static void?

945