Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / pinkal
Servlet chaining is a technique in which two or more
servlets can cooperate in servicing a single request.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the servlet context.
What is a servlet?
What is the default http method in the servlet?
Explain web application directory arrangement?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What's the advantages using servlets than using cgi?
What is difference between server and servlet?
What are the differences between forward() method and sendredirect() methods?
Can we override servlet service method?
How will two or three servlets interact or communicate with each other?
What is the servletconfig object?
How to upload a file to the server using servlet?
How can you create a session in servlet?
Explain the difference between servletconfig and servletcontext in servlet?
What are the uses of servlet