what is sendredirect?

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


Please Help Members By Posting Answers For Below Questions

Why volatile is used in java?

528


What is difference between throw and throws ?

596


Is java a utf 8 string?

526


Can we use String with switch case?

661


What is struts in java?

572






Difference between concurrent hashmap and hashtable and collections

561


What is bytecode verifier?

500


How to handle a web browser resize operation?

541


What do you mean by flow of struts?

741


What is tcp ip in java?

585


How to solve the problem of generating the unique hash keys with hash function?

1455


What is a default constraint?

611


What is boolean keyword in java?

598


Is array passed by reference in java?

578


What is the difference between ArrayList and Vector? which one is better in Java

603