what is the difference between?when we write the code in
following manner?
class One extends httpservlet
{
}
and
class One extends genericservlet
{
}
Answer Posted / ravikiran.chd
the first one will restrict you to make use of http protocol
with the second one we can use other than http protocols as well
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to show the functionality of servlets.
Why doesn’t a servlet include main()?
How do you invoke a servelt?
What do you mean by a filter and how does it work?
How can we invoke another servlet in a different application?
Explain the different ways for servlet authentication?
Is servlet thread safe?
Explain web application directory arrangement?
What are the two important api's in for servlets?
What is servlet and how it works?
What is api in servlet?
What are the types of servlet?
Which application server is best for java?
What do you understand by mime type?
What is servlet instance?