we cant Override Jsp Service method?Why?
Answer Posted / deepti
_jspService() method will be written by the container hence
any methods which are not to be overridden by the end user
are typically written starting with an '_'. This is the
reason why we don't override _jspService() method in any
JSP page.
| Is This Answer Correct ? | 51 Yes | 22 No |
Post New Answer View All Answers
What is the importance of init() method in Servlet ?
What is pure servlet?
How to handle exceptions thrown by application with another servlet?
How can you start a jta transaction from a servlet deployed on jboss?
What is called Scriptlet?
What is Request Dispatcher?
What is the difference between a generic servlet and http servlet?
Define context initialization parameters.
What is the need of session tracking in web application?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Explain the architechure of a servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What are the phases of a servlet life cycle?
How does Cookies work in Servlets?
How httpservlet is different from the genericservlet?