Multiple Choice
Which statement best describes the advantage of using AfterReturning advice, rather than simply using after advice? (Select one)
A) If an exception is thrown in the join point, it is allowed to propagate, which is not the case with After advice
B) AfterReturning advice is invoked if an exception is thrown, which is not the case with After advice
C) After advice can only be applied to methods which are declared as void
D) AfterReturning advice is only invoked if the method returns successfully, allowing you to limit advice to only those scenarios
Correct Answer:

Verified
Correct Answer:
Verified
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
Q14: Which statement concerning Aspect Oriented Programming (AOP)
Q15: Which of the following statements about Spring's
Q16: Security filters are used in Spring Security
Q17: import com.springsource.service.*; ... @Configuration public class AppConfig
Q18: Which of these is NOT a characteristic