What is a named pointcut and why to use one?

Submitted by: Administrator
A pointcut expression that has a name so it can be reused.
Resons To use:
☛ Annotation: @Pointcut applied to a dummy method - name of the dummy method is the name of the pointcut expression.
☛ XML aop:pointcut id=".." expression=".."
Submitted by:

Read Online JMX Job Interview Questions And Answers