Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

Which of the following statements is true regarding the scope of 'request' in JSP?

  • Objects with request scope are accessible from pages processing the same request where they were created
  • 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
  • References to objects with request scope are stored in the request object
  • All of the above


More Test for Practice