Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / gnani
sevlet chaining is nothing but
multiple servlets involved in a processing single request is
known as servlet chaining
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Why do we have servlet listeners?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is string tokenizer?
How do you run a servlet?
What is servlet interface?
What is the workflow of a servlet?
What is the difference between encodeRedirectUrl and encodeURL?
How to upload a file to the server using servlet?
Why doesn’t a servlet include main()?
Define the servlet mapping.
Explain the difference between get and post method in servlet?
What is a deployment descriptor?
What do you mean by httpservlet and how it is different from the genericservlet?