How can we handle the exceptions in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is request scope in jsp?
Why jsp and servlets are used?
What is jsp param?
What do you know about writing custom jsp tags?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
Why is jsp used?
What is the difference between JSP and Servlet?
21 Answers HCL, T3 Softwares, Tibco,
How can you make the finally clause not to fail to execute?
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 different scope values for the jsp objects?
What is el?
What are jsp el implicit objects and how it’s different from jsp implicit objects?