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
Which tag should be used to pass information from jsp to include jsp?
How do I run a jsp file in linux?
What are directives in jsp?
Why we use jsp instead of html?
How do I run a jsp file?
What is tld in jsp?
What is the purpose of jsp and why it is widely used?
How did you implement caching in jsp?
Which jsp methods can be overridden?
What is jsp taglib?
Can a constructor be used in place of init() method to initialize a servlet?
How can I maintain session in JSP Page in the bases of user name and password:
Explain translation phase.
What is jsp param?
What is request getcontextpath ()?