Explain the difference between jspwriter and servlet printwriter in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
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]
what will happen if we disable cookies in the web page?
when we will use the SendRedirect method instead of forward.
How does response sendredirect work?
Which of the following action variable is used to include a file in jsp?
What is a scriptlet?
What is < jsp:forward> tag for?
How can we extend jsp technology?
Can an interface be implemented in the jsp file?
What are the standard actions available in jsp?
What is the requirement of a tag library?
Can jsp run without server?