What is the use of jsp implicit objects?
What is c tag in jsp?
How many tags are provided by jstl?
List the various action tags used in jsp.
What is include directive in jsp?
Can we use jsp implicit objects in a method defined in jsp declaration?
Explain what is jsp ?
What is jsp standard tag library, provide some example usage?
What is scriptlet and what is expression?
Is jsp technology extensible?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What does jstl mean?
How we can include the result of another page in jsp?
How to disable scripting?
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]