Answer Posted / guest
Implicit objects are objects that are created by the web
container and contain information related to a particular
request, page, or application. They are:
--request
--response
--pageContext
--session
--application
--out
--config
--page
--exception
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain static method?
Mention the various implicit objects used in the expression
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
How to comment out jsp code?
How is scripting disabled?
Can I use javascript on jsp page?
What are the different directives in jsp?
How are the jsp requests handled?
What are standard actions in JSP?
How many messaging models do jms provide for and what are they?
Show attributes of page directives.
What is jsp servlet?
How does error handling occur with jstl?
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 are jsp and servlets?