Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. ActionSupport class provides a method to access spring's application context.
  2. A.
    getWebApplicationContext()
    B.
    getWebApplication()
    C.
    getApplicationContext()
    D.
    contextEventListener()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Spring provides the ActionSupport class, a subclass of the Action base class that has a convenient getWebApplicationContext() method for you to access Spring's application context.


Be The First To Comment