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 _jspservice() method?
How to create menu in jsp with example?
What is jsp standard tag library, provide some example usage?
What is tld file?
Define JSP Scriptlet.
What is request scope in jsp?
List the various action tags used in jsp.
What does jstl mean?
What are the lifecycle phases of a jsp?
What is a session in web?
What are standard actions in JSP?
Which jsp implicit objects are thread safe?