Answer Posted / hrindows@gmail.com
Request Dispatcher is an interface whose implementation defines an object which can dispatch the request to any resources on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is called Scriptlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Can you call a jsp from the servlet?
Explain is servlet mapping?
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 use of request dispatcher interface?
Explain servlet life cycle?
What if we pass negative value in load-on-startup?
Difference between get and post in java servlets?
Why is httpservlet declared abstract?
How can an existing session be invalidated?
What is meant by a web application
How do you deal property files in servlet?
How do you communicate in between Applets and Servlets?
How do you find out what client machine is making a request to your servlet