How can we handle the exceptions in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Give uses of object cloning?
Which syntax is used to comment jsp?
Explain JSP directives.
Is jsp technology extensible?
What is session setattribute?
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]
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.
What is the difference between jsp and thymeleaf?
Can jsp run without server?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What are JSP Directives?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?