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 |
Are application, pageContext and object of ServletContext same or not?
How to send data from one page to another in jsp?
Can we implement an interface in a jsp?
What are the different scopes an object can have in a jsp page?
Explain static method?
What are directives in jsp?
What is tld in jsp?
What are the jsp lifecycle phases?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
How can we prevent implicit session creation in jsp?
Give uses of object cloning?
What is jsp declaration?