ExamGecko
Question list
Search
Search

Question 27 - 2V0-72.22 discussion

Report
Export

Which two statements are true concerning the BeanPostProcessor Extension point? (Choose two.)

A.
BeanPostProcessors are called before the dependencies have been injected.
Answers
A.
BeanPostProcessors are called before the dependencies have been injected.
B.
Custom BeanPostProcessors can be implemented for Spring applications.
Answers
B.
Custom BeanPostProcessors can be implemented for Spring applications.
C.
BeanPostProcessors are called before the BeanFactoryPostProcessors.
Answers
C.
BeanPostProcessors are called before the BeanFactoryPostProcessors.
D.
BeanPostProcessors are called during the initialization phase of a bean life cycle.
Answers
D.
BeanPostProcessors are called during the initialization phase of a bean life cycle.
E.
BeanPostProcessors cannot be ordered in a Spring Boot application.
Answers
E.
BeanPostProcessors cannot be ordered in a Spring Boot application.
Suggested answer: B, D

Explanation:

Reference: https://docs.spring.io/spring-framework/docs/3.0.0.M3/reference/html/ch04s07.html

asked 16/09/2024
Arun Lailamony
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first