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 ejb module?
What is java ee architecture?
How many types of constructors are there in java?
What is a java applet?
What is business method?
What are the components and containers in java?
What is filter chain?
Why java is a platform?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
Where can I find java developers?
What is document?
Is tomcat a java ee?
How to create object without using the keyword “new” in java?
What will happen when you compile and run the following code?
What are the main components of the j2ee application?