Explain implicit objects in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
What is a declaration statement?
What is taglibs?
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 we retrieve warnings?
What is the jsp:getproperty action?
What are the elements of jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How do I open a jsp file?
How to implement a thread-safe jsp page?
Give the use of session object.
What are jsp and servlets?