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
write a program in javasacript to shake the window
Can we write java code in jsp?
What is the use of requestdispatcher?
What is contextpath?
How many tags are there in jsp?
Differentiate between jsp scriptlet tag and declaration tag.
What do you mean by custom tag in jsp?
How can multiple submits due to refresh button clicks be prevented?
What is jsp scriptlet tag used for?
Can we use jsp implicit objects in a method defined in jsp declaration?
What is session object in jsp?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
What is the purpose of
What is expression language in jsp?