what is difference between redirect and forward method?
Answer Posted / 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 View All Answers
What are jsp lifecycle methods?
How does el search for an attribute?
What are the jsp standard actions?
What is jsp container?
What is jstl (jsp standard tag library)?
How do you pass control from one jsp page to another?
How to make a “new line in html” in jsp?
What are jsp elements?
What is auto-flush attribute?
What are the attributes on page directives?
How do we prevent browser from caching output of my jsp pages?
What is attribute in jsp?
When will container initialize multiple jsp/servlet objects?
Can we call servlet from jsp?
What language is jsp?