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

Skill/Topic: JSP Life Cycle
A) Objects with page scope are accessible only within the page where they are created.
B) References to objects with page scope are stored in the pagecontext object
C) All references to such an object shall be released after the response is sent back to the client from the JSP page or the request is forwarded somewhere else.
D) All of the above.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions