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
Differentiate between the get and post method
explain the advantages of servlet life cycle?
Explain url encoding in servlet?
List the Different types of servlet?
What is a generic servlet?
What must be implemented by all servlets?
What is httpservlet class?
What are the annotations used in servlet 3?
Explain web container.
Why session tracking is needed?
What is Client-Server Computing?
How to get the current httpsession object?
What is the difference between forward () and sendredirect () functions in servlet? Explain
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is the use of request dispatcher interface?