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

Skill/Topic: JSP Life Cycle
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 runtime, the object is still reachable.
C) References to objects with request scope are stored in the request object.
D) All of the above.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions