Multiple Choice
Which of the following statements about the @PostConstruct annotation is NOT true? (select one)
A) It is a JSR-250 standard Java annotation
B) There are no restrictions on method name or visibility of a method which can be annotated with @PostConstruct
C) It can be enabled using the <context:annotation-config /> tag
D) It is called before setter injection
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Which of the following is a valid
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
Q12: Identify the correct statement(s) regarding the <aop:aspectj-autoproxy
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