what is difference between redirect and forward method?
Answers were Sorted based on User's Feedback
Answer / suryendu
redirect is meant for clientside. Whereas forward is meant for
server side.
| Is This Answer Correct ? | 16 Yes | 34 No |
Answer / pushpaah
* redirect method is created a new webpage.
* forward method is forward to existing pages.
| Is This Answer Correct ? | 18 Yes | 47 No |
What are the benefits of pagecontext implicit object?
What language is used to write servlets and jsp?
Is jsp used?
How do you delete the session data?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
How to restrict page errors display in a JSP page?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is the use of jsp implicit objects?
What is jsp syntax?
Is jsp front end or backend?
What is the difference between Java Servlet & JSP?
What are the three tags used in jsp bean development?