why are extending GenericServlet and why are extending
HttpServlet explain?
Answer Posted / nishidh soni
if the request from the is HTTP specific the we are extending HTTPServlet and if the request if from protocol independent then we are extending GenericServlet
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how the HTML data stored in web server?
what is multiple server?
What is servlet and its advantages?
When servlet object is created?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is the difference between the servlets and cgi programs?
Explain Action Servlet?
Explain the lifecycle of a servlet?
What is the difference between jsp and servlet life cycle?
What do you mean by httpservlet?
What is a servlet engine?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How will you pass values from HTML page to the servlet?
What are the drawbacks of cgi?
What is the difference between context parameter and context attribute?