Tuesday, November 29, 2011

What is the difference betweeen JSP forward and servlet forward methods?

JSP forward forwards the control to another resource available in the same web application on the same container..where as Servlet forward forwards the control to another resource available in the same web application or different web app on the same container....
Category:JSP Interview Questions

No comments:

Post a Comment