How do we prevent browser from caching output of my jsp pages?
What is context in web application?
Give the use of exception object.
What is application scope in jsp?
What is the default value of session attribute in jsp?
Is jsp front end or backend?
Can constructor be used instead of init(), to initialize servlet?
What are the implicit el objects in jsp?
When does a container initialize multiple jsp / servlet objects?
What is <jsp:usebean> in jsp?
Which one is correct order of phases in jsp life cycle?
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 steps involved in reading data from a form using jsp?