What is transactional in java?



What is transactional in java?..

Answer / 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

More Java Related AllOther Interview Questions

What is a java proxy?

1 Answers  


How do I download and install eclipse on windows 10?

1 Answers  


What is cloning in java?

1 Answers  


How do I install jdk?

1 Answers  


What is entitymanager in java?

1 Answers  


What are anonymous methods and lambda expression?

1 Answers  


What is @qualifier in java?

1 Answers  


How does java handle integer overflows and underflows?

0 Answers  


Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why

1 Answers  


Why we use beans in java?

1 Answers  


What's the difference between authentication and authorization? : java security

1 Answers  


What is @resource annotation in java?

1 Answers  


Categories