How can automatic creation of session be prevented in a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
How can I prevent the use of scripts and java code on the jsp page?
How many tags are there in jsp?
Can we use jsp implicit objects in a method defined in jsp declaration?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Why we use jsp instead of html?
Explain the difference between servletcontext and pagecontext in jsp?
What is server context?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What is the purpose of jsp?
What is expression language injection?
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]
Is jsp and javascript same?