Multiple Choice
Identify the correct statement(s) about the following pointcut expression: execution(* rewards..restaurant.*.*(*) ) (select one or several answers)
A) There may be several directories between 'rewards' and 'restaurant'
B) There is no restriction on the class name
C) The target method may have several arguments
D) The return type must not be "void"
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Select which of the following is a
Q3: Which of the following methods is NOT
Q4: Consider the following complete configuration sample:<br>< bean
Q5: ClientService service = applicationContext.getBean(ClientService.class) Which statement is
Q6: Which of the following is a valid
Q8: Which of the following statements is true
Q9: Which of the following statements defines a
Q10: Assuming a web application context name of
Q11: Which of the following statements about the
Q12: Identify the correct statement(s) regarding the <aop:aspectj-autoproxy