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 immutable data?
What does null mean in java?
What are the high-level thread states in java programming?
Which java ide is used the most?
Explain the protected field modifier?
Is java a software?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
how does the run() method in runnable work? : Java thread
What is the difference between static binding and dynamic binding?
What is namespace in java?
Why do we use variables?
Difference between final and effectively final ?
how can i use a nonsynchronized hashtable?
What is the maximum size of byte array in java?
What is initial size of arraylist in java?