what is the main use of the RequestDispatch object, how we
this in realtime project
Answer Posted / gangadhar m
hi,
The main use of RequestDispatcher is when u want to transfer
control from one webapplication to another webapplication
deployed in same server(its web/ app server).
If you want to transfer control from one webapplication to
another webapplication those are deployed in different
servers( Ex one in Tomcat, another in Weblogic) use
response.sendRedirect("url"); method.
if u want any confirmation please call me.
my mobile no is 09096272808
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is external subset?
Is java still slow?
What is comment?
What is DDP?
What is component in java with example?
Where javac is located?
What are the different types of events in java?
What do you mean by the deployment descriptor?
What is front end technology in java?
Why java is a platform?
What will happen when you compile and run the following code?
What is a java applet?
What is use of final keyword in java?
What is java transaction api (jta)?
Explain connector architecture.