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
What is the purpose of garbage collection in java? When is it used?
What does percent mean in java?
Can we define a package statement after the import statement in java?
What is finalize()?
What is a variable simple definition?
Does java vector allow null?
What is the integer of 16?
Can You Have Virtual Functions In Java?
Write a java program for binary search?
How can the checkbox class be used to create a radio button?
What is the size of int in 64-bit jvm?
What is an object's lock and which object's have locks in java programming?
How can we break singleton in java?
What is scope & storage allocation of global and extern variables? Explain with an example
How to find the largest value from the given array.