What is expression language injection?
Can we implement an interface in a jsp?
mention the three important tags used in the development of jsp bean.
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]
How many tags are provided in jstl?
How can I implement a thread-safe jsp page?
Explain translation phase.
What is jsp container?
What is the use of Application Object and Session Object in JSP?
What are context initialization parameters?
What is cookies in jsp?
Why are jsp pages the preferred api for creating a web-based client program?
How can we handle exceptions thrown by jsp service method?