Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. Is the following pointcut expression correct?

    execution(* ArithmeticCalculator.*(..))
  2. A.
    Yes
    B.
    No
    C.
    If every target class is in same package
    D.
    Depends where target class is located

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    You can omit the package name if the target class or interface is located in the same package as this aspect.


Be The First To Comment