Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which of the following statements is true regarding the scope of ‘request’ in JSP ?
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