we cant Override Jsp Service method?Why?
Answer Posted / gunarathinam
My concern is as previous answer _jspServeice() is wriiten
by container and also in that method all the implicit
objects will be created except request and response. if you
overrirde that method you cant get those object. That is
the reason we cant overrirde service method in jsp.
| Is This Answer Correct ? | 44 Yes | 18 No |
Post New Answer View All Answers
Name the packages that work with servlet?
What are the steps that are involved in using the httpservlet class?
What is the difference between Difference between doGet() and doPost()?
What are the annotations used in servlet 3?
What do you mean by cgi and what are its drawbacks?
What is new in ServletRequest interface ? (Servlet 2.4)
What are the types of Session Tracking ?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Can you send an authentication error from a servlet?
What is servlet and its life cycle?
What are the types of an http request?
List out the difference between ServletConfig and ServletContext?
What is servlet configuration?
When servlet is loaded?