Broadcom-VMware
2V0-72.22 · Question #54
Which two statements are true concerning the BeanPostProcessor Extension point? (Choose two.)
The correct answer is B. Custom BeanPostProcessors can be implemented for Spring applications. D. BeanPostProcessors are called during the initialization phase of a bean life cycle. See the full explanation below for the reasoning.
Question
Which two statements are true concerning the BeanPostProcessor Extension point? (Choose two.)
Options
- ABeanPostProcessors are called before the dependencies have been injected.
- BCustom BeanPostProcessors can be implemented for Spring applications.
- CBeanPostProcessors are called before the BeanFactoryPostProcessors.
- DBeanPostProcessors are called during the initialization phase of a bean life cycle.
- EBeanPostProcessors cannot be ordered in a Spring Boot application.
How the community answered
(34 responses)- A3% (1)
- B85% (29)
- C3% (1)
- E9% (3)
Community Discussion
No community discussion yet for this question.