What are advice, aspect, join-point and point cut in spring?
Answer / 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 |
What is spring in java with example?
What is the ioc in spring?
What are the different modules in spring?
What is meant by stereotype annotation?
In how many ways, can one configure spring into an application?
How many spring modules are there?
What is mvc in swing?
What is the default scope of bean in spring framework?
What is @qualifier in spring?
Explain in the metadata contained in the beandefinition objects.
Which is better spring jdbc or hibernate?
What is the difference between war file and jar file?