we cant Override Jsp Service method?Why?
Answer Posted / smriti
we cant Override Jsp Service method becoz container pepole
have responsbility for override _jspService() method and
implement all logic according to user given data
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are different ways for authentication of servlet?
Elucidate servlet attributes and its scope?
What are the ways to handle multi-threading in servlets?
Explain the war file?
what do you understand by url rewriting?
What is a generic servlet?
How we can get ip address of client in servlet?
What do you mean by cgi?
What are the differences between servlet context vs servlet config?
What is the web server used for running the Servlets?
Write a program to show the functionality of servlets.
What is difference between server and servlet?
How does java thread pool work?
Write a program to show the functionality of doget and dopost method?
Should I override the service() method?