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 directory structure of a war file?
How forward () method is different from send redirect () method?
What's the difference between servlets and applets?
Which java application server is the best?
What is difference between server and servlet?
What is http servlet? Explain with the help of an example.
How to get the current httpsession object?
How can the session in servlet be destroyed?
Can a jsp be called using a servlet?
What is difference between cookies and httpsession?
When jsessionid is created?
Why are servlets used?
What are the uses of servlet and what is servlet chaining?
What is string tokenizer?
What are the features added in Servlet 2.5?