Discussion :: Spring MCQs
- Which method is used to gracefully shutdown all the bean processes after closing the spring container?
Answer : Option A
Explanation :
ShutdownHook method gracefully shuts down each bean process before closing the container.
Be The First To Comment