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 credentials?
What is javac written?
Is java an assembly language?
What are the types of j2ee clients?
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is sandbox in java?
What is j2ee specification?
How do I become a java developer?
What is a java developer?
What is external subset?
What does application client module contain?
Who is java developer?
What is filter chain?
What are struts?
How to create object without using the keyword “new” in java?