What is the _jspService() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the _jspService() method?
Rating:
The _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. A page author cannot override this method, as its implementation is provided by the container.
Rating:
Was this information helpful?
Other articles
- JSTL Core Library
- What is the getHeaderNames() method?
- What is the META-INF directory?
- What is a roll back?
- What are the values() and valueOf() methods?