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 a servlet context?
What do you mean by request dispatcher in servlet? Also explain its methods.
Can you call a jsp from the servlet?
Name the packages that work with servlet?
What are Servlets?
Write a command to get actual path of a servlet to the server?
Why doesn’t a servlet include main()? How does it work?
What are the uses of servlet and what is servlet chaining?
What is the difference between the include() and forward() methods?
What is the difference between 2 types of servlets?
What is the difference between using getSession(true) and getSession(false) methods?
What is cookie in servlet?
Name the different ways of session tracking.
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Which event is fired at the time of project deployment and undeployment?