Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. To load root application context at the start up.
  2. A.
    ContextListener
    B.
    ContextLoader
    C.
    ContextLoaderListener
    D.
    ContextEventListener

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    In the web deployment descriptor (i.e., web.xml), you register ContextLoaderListener to load the root application context at startup.


Be The First To Comment