Answer Posted / keshav
servlet chaining is also called as servlet to servlet communication. we apply chaining in following two ways.
1.when we devide one servlet logic into multiple servlets.
2.when we want to include one servlet response into another servlet.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is Servlet so popular?
What are the types of protocols supported by httpservlet ?
Can we override servlet service method?
How can we upload the file to the server using servlet?
How the typical servlet code look like ?
What is servlet configuration?
Why do you use session tracking in httpservlet?
Which is the methods of generated servlet?
Which httpsession object is used to view and manipulate information about a session?
What is a cookie What is the difference between session and cookie
What do you mean by default initialization in java servlet?
Explain the servlet context.
Can you explain in detail 'javax.servlet' package?
If servlet receives multiple requests, how many objects will it create?
What is http servlet in java?