Can jsp contain javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What is the differences between the jsp custom tags and java beans?
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]
Why is jstl used?
Explain JSP Output comments?
What is the use of requestdispatcher?
What is the use of Application Object and Session Object in JSP?
How run jsp program in netbeans?
What are the different life-cycle methods?
Give an example of using your own tags.
What is a hidden comment in jsp?
Is jsp better than servlet?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?