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 difference between cookies and httpsession?
What’s the use of the servlet wrapper classes??
What are important features of Servlet 3?
Define the life cycle of a servlets.
What is the use of request dispatcher interface?
Difference between get and post in java servlets?
How can you run a servlet program?
How to read request headers from servlets?
Whether thread can be used in servlets?
What is http servlet in java?
What are the disadvantages of storing session state in cookies?
What is meant by servlet? What are the parameters of the service method?
Explain web application directory arrangement?
How to generate the server side programming and the advantages of it over the other languages?
What is the GenericServlet class?