What is jsp declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Can jsp run without server?
How can you include the results of another page?
Can I stop jsp execution while in the midst of processing a request?
What are the different scopes an object can have in a jsp page?
What is the use of pagecontext 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]
Which tag is used for error handling in jsp pages?
How can you avoid scriptlet code in jsp?
Explain the jsp:setProperty action.
What is action tag in jsp?
What is the difference between hide comment and output comment?
Define JSP Scriptlet.