How can I handle jsp page errors?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
Can we define a class in a jsp page?
Which package does jsp api consist of?
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 client scripting?
What is include directive in jsp?
What is directive jsp?
What is the purpose of <jsp:getproperty >?
What is context in jsp?
How can we extend jsp technology?
What is jsp action tags?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)