Direction: Choose the correct option
Q1.
What is a Spring bean?
Direction: Choose the correct option
Q2.
Which interface can be implemented to perform custom initialization after bean properties are set?
Direction: Choose the correct option
Q3.
What is the purpose of BeanPostProcessor?
Direction: Choose the correct option
Q4.
Which annotation can be used for custom initialization method?
Direction: Choose the correct option
Q5.
What is the correct order of bean lifecycle?
Direction: Choose the correct option
Q6.
Which method is called when a bean is being destroyed?
Direction: Choose the correct option
Q7.
How can you define a bean in Spring configuration?
Direction: Choose the correct option
Q8.
What is the purpose of @Lazy annotation?
Direction: Choose the correct option
Q9.
Which interface provides access to application context from a bean?
Direction: Choose the correct option
Q10.
What happens to singleton beans when the container is closed?
