

MCQOPTIONS
Saved Bookmarks
1. |
Is the following pointcut expression correct?execution(* ArithmeticCalculator.*(..)) |
A. | Yes |
B. | No |
C. | If every target class is in same package |
D. | Depends where target class is located |
Answer» D. Depends where target class is located | |