adspace


What are advice, aspect, join-point and point cut in spring?

Answer Posted / Avdhesh Kumar

Advice represents a piece of code to be executed before, after, or around a method execution; Aspect represents a modular cross-cutting concern in an application; JoinPoint refers to well-defined points during the execution of a program such as method execution or exception thrown; and PointCut specifies where the advice should be applied.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you inject java collection in spring?

518


What is lazy class?

490


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

556