What are the implicit objects?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amita dwivedi
JSP is oop base language but you can not create any class
or any object in JSP page that's why container provides
some in build objects--as given above answer.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the difference between server side and client side programming?
How does a jsp function?
What is request getcontextpath ()?
What are the implicit el objects in jsp?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
What is an implicit object?
Explain implicit objects in jsp?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is a javaserver pages (jsp)?
How do you delete a cookie within a jsp?
Can an interface be implemented in the jsp file?
How to send data from one page to another in jsp?