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 the difference between genericservlet and httpservlet
Is servlet thread safe?
What are the ways to handle multi-threading in servlets?
Is servlet a framework?
What is servlet mapping?
Explain the difference between generic servlet and http servlet?
What is the life cycle of a servlet?
Can we fetch the attributes related to a servlet on a different servlet?
Difference between forward() method and sendredirect() method ?
What is pure servlet?
What are the differences between forward() method and sendredirect() methods?
Which protocol will be used by browser and servlet to communicate
What is context in servlet?
How do we call one servlet from another servlet?
What is httpservlet and how it is different from genericservlet?