adspace


How does aop work?

Answer Posted / Manindra Nath Singh

AOP (Aspect-Oriented Programming) allows developers to separate cross-cutting concerns from the main business logic. It does this by defining aspects, which are modular units of functionality that can be applied to classes, interfaces or methods at various points in the program flow.

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 lazy class?

490


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

556


How can you inject java collection in spring?

518