Tuesday, November 29, 2011

Is there a way to reference the "this" variable within a 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.
Category:JSP Interview Questions

No comments:

Post a Comment