What are directives? What are the different types of directives available in jsp?
When will container initialize multiple jsp/servlet objects?
Which tag is used to execute java source code in jsp?
How is scripting disabled?
How can a thread safe JSP page be implemented?
What are action tags?
How can I override the jspdestroy() method within a jsp page?
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 asp and jsp?
How jsp is executed by web server?
What is jsp? Explain
What are the different scopes an object can have in a jsp page?
What do you mean by context initialization parameters?
What do you know about jsp expression language (jsp expression language – el)?
Why do we use expression language in jsp?