Equifax Interview Question

Based on previous project implementation of Spring Framework , can you customize the transaction processing behavior?

Interview Answers

Anonymous

Feb 2, 2011

Yes, we customize transactional behavior in Spring framework using declarative transaction management with AOP.

1

Anonymous

May 26, 2015

We can use aspects to achieve this