InterviewSolution
Saved Bookmarks
| 1. |
Which object stores references to the request and response objects?(a) sessionContext(b) pageContext(c) HttpSession(d) sessionAttributeThe question was asked in an online quiz.The doubt is from JSP Elements topic in section Session Management, JSP & API of Java |
|
Answer» The correct ANSWER is (b) PAGECONTEXT |
|