Solved

Identify the Correct Statement About the Following Pointcut Expression: Execution(@javax

Question 53

Multiple Choice

Identify the correct statement about the following pointcut expression: execution(@javax.annotation.security.RolesAllowed * rewards.restaurant.*.*(..) ) (Select one)


A) The return type of the target method is RolesAllowed
B) All method parameters should be annotated with @RolesAllowed
C) The target method may have one argument
D) All of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions