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 servlet and its life cycle?
If some new data has entered the database, explain how can a servlet refresh automatically?
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's the difference between servlets and applets?
Define the servlet mapping.
How to create war file?
What is difference between get and post method?
Can we override servlet service method?
Why is http protocol called as a stateless protocol?
What is the need of session tracking in web application?
How does Cookies work in Servlets?
Explain the custom jsp tags and the beans.
Why do we need servlet filter?
How can the referrer and the target urls be used in servlet?
What do you mean by url pattern in servlet?