What is the use of RequestDispatcher in servlet?
Answer Posted / ravikiran
request dispatcher will forward or include the response to
the output stream
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is session?
What is the workflow of a servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What are the different session tracking techniques?
What is servlet and its life cycle?
How to get the current httpsession object?
What is servlet in web technology?
What is the advantage of Servlets when compared with other server side technologies?
What is the main purpose of java servlets?
If some new data has entered the database, explain how can a servlet refresh automatically?
Write a hello world program using servlets.
What is the difference between Servlets and Applets?
Write all the phases defined in servlet life cycle?
Why do you use session tracking in httpservlet?