Multiple Choice
Which statement concerning Aspect Oriented Programming (AOP) is true (Select one)
A) AOP modularizes cross-cutting concerns
B) Spring AOP implements aspects using the Proxy pattern
C) Three of the advice types are "before", "after" and "around"
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
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
Q13: Which statement best describes the advantage of
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
Q19: Consider the following Spring JMS configuration <jms:listener-container