What type of transaction management spring support?



What type of transaction management spring support?..

Answer / Chitragupt

Spring Framework supports various types of transaction management, such as Declarative Transaction Management (using annotations like @Transactional) and Programmatic Transaction Management (manually handling transactions using the PlatformTransactionManager interface).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What do you mean by @controller annotation in spring?

1 Answers  


What is @restcontroller?

1 Answers  


Can struts and spring be used together?

1 Answers  


Why spring is a lightweight framework?

1 Answers  


Which is good to use – constructor or setter-based dependency?

1 Answers  


What is application context?

1 Answers  


What is the use of @transactional in spring?

1 Answers  


What is portlet context in spring?

1 Answers  


What is image lazy loading?

1 Answers  


What is cglib in spring?

1 Answers  


What is the default scope of spring?

1 Answers  


What is meant by dao? : Spring Boot

1 Answers  


Categories