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
If my browser does not support cookie, and my server sends a cookie instance what will happen?
How are filters?
Define the lifecycle for executing a jsp page.
What is the difference between Servlets and Applets?
What is SingleThreadModel interface?
What are the disadvantages of storing session state in cookies?
Explain session tracking and its importance?
What is difference between server and servlet?
How do I support both get and post from the same servlet?
What is the need of servlet filters?
What do you mean by httpservlet and how it is different from the genericservlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
Explain url encoding?
What is the capacity the doget can send to the server?
Define context initialization parameters.