what is the difference between?when we write the code in
following manner?
class One extends httpservlet
{
}
and
class One extends genericservlet
{
}
Answer Posted / geetha
generic servlet is for all type of protocols and
http are specific to http protocol
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is servletconfig?
Explain the custom jsp tags and the beans.
What's the advantages using servlets than using cgi?
Write a simple servlet program to print the contents of html.
Why doesn’t a servlet include main()?
What is called servlet mapping?
Name the different ways of session tracking.
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Why do we use sendredirect() method?
What is difference between jsp and servlet?
How do servlets work?
When to use doget() and when dopost()?
What is the inter-servlet communication?
What is pure servlet?
What do you mean by request dispatcher in servlet? Also explain its methods.