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 do you mean by servlet context?
How printwriter is different from servletoutputstream?
Is it possible to have a constructor inside the servlet?
What do you understand by mime type?
How the servlet is loaded?
What is the difference between the http servlet and generic servlet?
Explain the difference between generic servlet and http servlet?
What do you mean by cgi and what are its drawbacks?
How we can get ip address of client in servlet?
How to read request headers from servlets?
What are the advantages of cookies?
What is httpservlet and how it is different from genericservlet?
What is the major difference between context parameter and context attribute?
The code in a finally clause will never fail to execute, right?
What is the purpose of inter-servlet communication?