adspace


What is application context in spring boot? : Spring Boot

Answer Posted / Arvind Kumar Sinha

Application Context in Spring Boot is an instance of the ApplicationContext interface that manages the lifecycle of all configured beans and provides a way to retrieve them. It serves as a container for the application's components.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518


What is lazy class?

490