Spring / Spring Interview questions II
What are the different types of Listener events in Spring?
ContextRefreshedEvent gets called when the context is refreshed or initialized.
RequestHandledEvent gets called when the web context is handling a request.
ContextClosedEvent gets called when the context gets closed.
More Related questions...