InterviewSolution
Saved Bookmarks
| 1. |
What is Pointcut? |
|
Answer» This is a set of one or more joinpoints where an advice should be executed. You can specify pointcuts using expressions or patterns as we will see in our AOP examples. |
|