Answer Posted / shahnawaz sheikh
sendRedirect is used in JSP pages for transfering to any
other jsp page with all the request parameters intact with
the request.
While in case of forward the parameters are not send with
the request only the url is send for transferring to any
other jsp page.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Differentiate between a class and an object.
How many bits is a 64 bit byte?
What is a layout manager and what are different types of layout managers available in java awt?
List the interfaces which extends collection interface?
How does queue work in java?
Is string a class in java?
What is use of super keyword?
Define inheritance with reference to java.
What does replaceall do in java?
What is double word?
How to make a class or a bean serializable?
what do you understand by synchronization? : Java thread
Why do we need data serialization?
What is the use of math abs in java?
How do you use substring in java?