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 does jstl mean?
How can we retrieve warnings?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
How do we catch exception and process it using jstl?
What is cookies in jsp?
Can Static method be Override?
Which package does jsp api consist of?
Differentiate between jsp scriptlet tag and declaration tag.
Why is used in jsp?
can i use vb script with jsp?
What are the differences between get and load methods?
Define Composition.