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
What is a servlet-to-servlet communcation?
What is a generic servlet?
What do you understand by mime type?
When to use doget() and when dopost()?
How do I know if java is running on linux?
What are some disadvantages of storing session state in cookies?
When Servlet is unloaded?
Where do you define dispatcherservlet?
Is that servlet is pure java object or not?
Write all the phases defined in servlet life cycle?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the process to implement doget and dopost methods?
Write a program to show the functionality of servlets.
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the exceptions thrown by servlets? Why?