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 |
What is a java proxy?
How do I download and install eclipse on windows 10?
What is cloning in java?
How do I install jdk?
What is entitymanager in java?
What are anonymous methods and lambda expression?
What is @qualifier in java?
How does java handle integer overflows and underflows?
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
Why we use beans in java?
What's the difference between authentication and authorization? : java security
What is @resource annotation in java?