what is difference between redirect and forward method?

Answers were Sorted based on User's Feedback



what is difference between redirect and forward method?..

Answer / suryendu

redirect is meant for clientside. Whereas forward is meant for
server side.

Is This Answer Correct ?    16 Yes 34 No

what is difference between redirect and forward method?..

Answer / pushpaah

* redirect method is created a new webpage.
* forward method is forward to existing pages.

Is This Answer Correct ?    18 Yes 47 No

Post New Answer

More JSP Interview Questions

How can I declare methods within my jsp page?

0 Answers  


Can you disable the caching on the back button of a particular browser?

0 Answers  


Give an example where you need jsp custom tag?

0 Answers  


What are the different directives in jsp?

0 Answers  


How does the Jsp Expressions works ? What happens at the back?

5 Answers   iFlex, Manhattan,






What is an implicit object?

0 Answers  


How do you connect to the database from jsp?

0 Answers  


What is jsp standard tag library, provide some example usage?

0 Answers  


How can you include the results of another page?

0 Answers  


What are the elements of jsp?

0 Answers  


Explain various implicit objects in expression language.

0 Answers  


How to call java method in jsp page on button click?

0 Answers  


Categories