Multiple Choice
Identify the correct statement(s) regarding the <aop:aspectj-autoproxy /> tag (Select one or multiple answers)
A) Can only be used with AspectJ (as opposed to Spring AOP)
B) Enables the detection of @Aspect annotated classes
C) Allows to define a list of names to include so Spring is not going to scan all the beans at startup
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Identify the correct statement(s) about the following
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
Q13: Which statement best describes the advantage of
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