Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What is a Pointcut?

Spring Framework Interview Question
Spring Framework Interview Question

Answer:

A pointcut is something that defines at what joinpoints an advice should be applied. Advices can be applied at any joinpoint that is supported by the AOP framework. These Pointcuts allow you to specify where theadvice can be applied.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is an Advice?What is an Introduction in AOP?