InterviewSolution
Saved Bookmarks
| 1. |
Is There A Way To Reference The "this" Variable Within A Jsp Page? |
|
Answer» YES, there is. Under JSP 1.0, the PAGE implicit object is equivalent to "this", and RETURNS a reference to the Servlet generated by the JSP page. Yes, there is. Under JSP 1.0, the page implicit object is equivalent to "this", and returns a reference to the Servlet generated by the JSP page. |
|