adspace


What is cross cutting in spring?

Answer Posted / Bhoopal Singh

Cross-cutting concerns in Spring refer to functionalities that are not specific to a particular component but affect multiple components. Examples include security, logging, and transaction management. To handle these concerns effectively, Spring provides aspects through the AOP (Aspect Oriented Programming) framework.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518