What is difference between jsp and jstl?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
Which of the following action variable is used to include a file in jsp?
What is an expression in jsp?
how to disable the expression language in a jsp?
What is a tag file in jsp?
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 can a thread safe JSP page be implemented?
How can we disable el?
Why jsp and servlets are used?
How can I prevent direct access to a jsp page from a browser?
Can we override jspinit method?
Define JSP Scriptlet.