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



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

Post New Answer

More Spring Framework Interview Questions

What is spring in java with example?

1 Answers  


What is the ioc in spring?

1 Answers  


What are the different modules in spring?

1 Answers  


What is meant by stereotype annotation?

1 Answers  


In how many ways, can one configure spring into an application?

1 Answers  


How many spring modules are there?

1 Answers  


What is mvc in swing?

1 Answers  


What is the default scope of bean in spring framework?

1 Answers  


What is @qualifier in spring?

1 Answers  


Explain in the metadata contained in the beandefinition objects.

1 Answers  


Which is better spring jdbc or hibernate?

1 Answers  


What is the difference between war file and jar file?

1 Answers  


Categories