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 |
How do I use sendredirect?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is JSP?
How do I set password expire time period?
Is jsp platform dependent?
How to include static files in a jsp?
Why is it not recommended to use script elements in jsp?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Can init method be overridden?
Can we define a class in a jsp page?
What are the implicit objects in jsp?
What is the scope of response object?