Can filter be used as request or response?
Answer / Kumari Purnima Singh
In Java Servlets, Filters are applied to requests and responses. They can access both the Request and Response objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a servlet be called by passing its name as a parameter in the URL?
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,
Where do you define dispatcherservlet?
How many servlet objects are created?
If we disable cookies in our web page, what will happen?
What are the benefits of using servlet over cgi?
what is the difference between servlets and struts?
What is the difference between context parameter and context attribute?
How to debug a servlet?
why are extending GenericServlet and why are extending HttpServlet explain?
Explain the difference between servlet and cgi?
Which exception is thrown if the servlet is not initialized properly?