posted 11 years ago
I recently came across a question that when is the context file of spring loaded?
I replied that for a standalone application it would load whenever the main method is called.
And for a web application it would be loaded on startup.
Could anyone please provide me with the correct answer with explanation if these are wrong?