Home / CSE MCQs / JSP - CSE :: Discussion

Discussion :: JSP - CSE

  1. Which of the following statements is true regarding the scope of 'request' in JSP?
  2. A.
    Objects with request scope are accessible from pages processing the same request where they were created
    B.
    All references to the object shall be released after the request is processed; in particular, if the request is forwarded to a resource in the same run time, the object is still reachable
    C.
    References to objects with request scope are stored in the request object
    D.
    All of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment