https://quizack.com/spring-framework/mcq/in-what-order-do-the-postconstruct-annotated-method-the-init-method-parameter-method-on-beans-and-the-afterpropertiesset-method-execute
Answer:
1. @PostConstruct 2. afterPropertiesSet() 3. init-method
Note: This Question is unanswered, help us to find answer for this one
More Spring Framework MCQ Questions