Java MCQ Set 1 1. PointCut definitions can’t be reused again a) True b) False AnswerAnswer: b [Reason:] Like many other AOP implementations, AspectJ also allows you to define a pointcut independently to be reused in multiple advices. 2. Annotation used to refer poincuts? a) @Pointcut b) @PointcutExecution c) @PointcutBefore d) None of the mentioned…