Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / manasa
More than one servlet involved in processing a request is
known as "servlet-chaining"
Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Write a hello world program using servlets.
What is meant by a web application
What is the difference between Difference between doGet() and doPost()?
What is http servlet?
How do you invoke a servelt?
What are the difference between session and cookies in servlet? Explain
What are the different types of servlets?
Which HTTP method is non-idempotent?
Why is a constructor needed in a servlet even if we use the init method?
Write a servlet to upload file on server.
What do you mean by mime type?
Explain the different ways for servlet authentication?
List out difference between a JavaBean from a Servlet?
What are the key methods that are involved in processing of http servlets?
Explain the war file?