Hi
I have this question from Eduardo Cobian
Question:
Which statements are true about scope in
jsp pages?
1) Objects with page scope are stored in the implicit object PageConttext
2) If a page forwards to another page, objects created with request scope in the source page will be visible in request of the forwarded page
3) Objects with application scope can be created in pages that are not session-aware(with page attribute session=�false�)
4) The implicit page object has pageContext scope
The answers given is 1, 2 & 3.
Isn't 4 true too since the scope of Page is limited to a a single page(pageContext) and single request.
Thanks
-- Ravi
SCJP, SCJD, SCWCD, SCBCD, SCEA