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
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]
What are the different types of jsp tags?
Which jsp implicit objects are thread safe?
What are the three tags used in jsp bean development?
What is jsp application?
How do I view jsp files in my browser?
What is session object in jsp?
What is expression tag in jsp?
Why are jsp pages preferred for creating web-based client program?
Explain lifecycle methods.
How can we handle exceptions thrown by jsp service method?
What is context url?
What is jsp index?
What is full api?
What are the advantages of jstl?