What is forward() and include() of servlets
RequestDispatcher interface?
Answer Posted / suresh
forward() is used to just forward the request and response
object...
include() is used to pass the values and request and
response object,one servlet to another servlet
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
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!
Is servlet thread safe?
Is dispatcher servlet a singleton?
What are the different types of servlets?
What is the use of request dispatcher interface?
What is http servlet?
What do you mean by chaining in servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
How can you push data from an Applet to a Servlet?
Differentiate between the get and post method
Can you call a jsp from the servlet?
What is the inter-servlet communication?
What is a web container and what is its responsibility?
Why do we have servlet filters?
Difference between java beans & servlets?