employer cover photo
employer logo
employer logo

Nucleus Software Exports

Is this your company?

Nucleus Software Exports Interview Question

What are types of Transaction management in Spring

Interview Answer

Anonymous

Mar 23, 2018

Spring support two types of transaction management: 1. Programmatic transaction management 2. Declarative transaction management Programmatic transaction management: This means that you have to manage with the help of programming. Declarative transaction management: This means you separate transaction management from the business code. You only use annotations or XML based configurations to manage the transactions.