What is the major difference between servletcontext and pagecontext?
Can you make use of a servletoutputstream object from within a jsp page?
What is the differences between the jsp custom tags and java beans?
What is contextpath?
What is jsp language?
Which tag is used for error handling in jsp pages?
What is a jsp file?
How do I run a jsp file in linux?
write a program in javasacript to shake the window
How do I view a jsp file?
How to comment out jsp code?
What are the two types of comments supported by jsp?
How does el search for an attribute?
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 is difference between sendredirect and requestdispatcher?