_jspService() in jsp

_jspService() in jsp

What is the _jspService() method?

View Answers

October 29, 2010 at 12:24 PM

_jspService() method of the javax.servlet.jsp.HttpJspPage interface is invoked every time a new request comes to a JSP page. This method takes the HttpServletRequest and HttpServletResponse objects as its arguments.









Related Tutorials/Questions & Answers:

Ads