Broadcom-VMware
2V0-72.22 · Question #98
Which two statements about BeanFactoryPostProcessors are true? (Choose two.)
The correct answer is B. Allows for the transformation of Spring bean definitions before the beans are instantiated. D. PropertySourcesPlaceholderConfigurer implements BeanFactoryPostProcessor and is used to. See the full explanation below for the reasoning.
Question
Which two statements about BeanFactoryPostProcessors are true? (Choose two.)
Options
- AAllows for the transformation of Spring bean definitions after the beans have been instantiated.
- BAllows for the transformation of Spring bean definitions before the beans are instantiated.
- CCreates proxies for the Spring beans that require an extra behavior like transaction management.
- DPropertySourcesPlaceholderConfigurer implements BeanFactoryPostProcessor and is used to
- EDetects annotations such as @PostConstruct and @PreDestroy and then invokes appropriate
How the community answered
(43 responses)- A2% (1)
- B79% (34)
- C7% (3)
- E12% (5)
Community Discussion
No community discussion yet for this question.