Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 2V0-72.22 All Questions

View all questions & answers for the 2V0-72.22 exam

Exam 2V0-72.22 topic 1 question 88 discussion

Actual exam question from VMware's 2V0-72.22
Question #: 88
Topic #: 1
[All 2V0-72.22 Questions]

Which two statements about BeanFactoryPostProcessors are true? (Choose two.)

  • A. Allows for the transformation of Spring bean definitions after the beans have been instantiated.
  • B. Allows for the transformation of Spring bean definitions before the beans are instantiated.
  • C. Creates proxies for the Spring beans that require an extra behavior like transaction management.
  • D. PropertySourcesPlaceholderConfigurer implements BeanFactoryPostProcessor and is used to read property values from the Spring Environment.
  • E. Detects annotations such as @PostConstruct and @PreDestroy and then invokes appropriate behavior.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
james2033
9 months, 2 weeks ago
Selected Answer: BD
(1) BeanFactoryPostProcessor (Spring Framework 6.1.3 API). https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/config/BeanFactoryPostProcessor.html. (2) Spring BeanPostProcessor | Baeldung. https://www.baeldung.com/spring-beanpostprocessor. (3) BeanFactoryPostProcessor - Spring | Home. https://docs.spring.io/spring-framework/docs/3.0.x/javadoc-api/org/springframework/beans/factory/config/BeanFactoryPostProcessor.html. (4) BeanFactoryPostProcessor (Spring Framework API 2.5). https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/config/BeanFactoryPostProcessor.html. (5) Spring BeanPostProcessor Example - HowToDoInJava. https://howtodoinjava.com/spring-core/spring-bean-post-processors/
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...