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


Please Help Members By Posting Answers For Below Questions

What are the differences between the servletconfig interface and the servletcontext interface?

583


Can servlet have a constructor ?

597


What are all the protocols supported by httpservlet?

651


What is meant by servlet? What are the parameters of the service method?

578


Explain the steps involved in placing a servlet within a package?

572






Is servlet a server side scripting language?

553


What is called Scriptlet?

561


How the typical servlet code look like ?

636


If my browser does not support cookie, and my server sends a cookie instance what will happen?

654


What is servlet mapping?

603


Explain the architechure of a servlet?

605


How can you start a jta transaction from a servlet deployed on jboss?

675


What do you mean by cgi in servlet?

631


What is servlet attributes and their scope?

594


What do you mean by httpservlet?

564