adspace


What is aop scoped proxy in spring?

Answer Posted / Pravesh Kumar Tripathi

AOP (Aspect Oriented Programming) Scoped Proxy in Spring Framework is a type of proxy that manages the lifecycle and state of an AOP-enabled object. It ensures that advice methods are executed at appropriate points within the life cycle of the managed object.

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