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

How to get the IP address of client in servlet?

621


Why servlet is faster than jsp?

562


Explain mvc pattern.

586


Who is responsible for writing a constructor?

769


What do you mean by httpservlet and how it is different from the genericservlet?

534






What is the use of httpservletresponsewrapper?

525


Why servlet is used as controller ? Not JSP? I want complete explation?

646


Define the life cycle of a servlets.

566


Explain the difference between get and post method in servlet?

594


What's the servlet interface?

591


Which event is fired at the time of project deployment and undeployment?

780


Write a program to show the functionality of doget and dopost method?

649


What is meant by cookies?

604


Explain the jar and war files in servlet?

547


How can we invoke another servlet in a different application?

699