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 save a jsp file?
What is difference between jsp and javascript?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is client scripting?
What is jsp declaration?
How can the applets be displayed in the jsp? Explain with an example.
Is jsp and javascript same?
How many tags are provided by jstl?
How can html output be prevented from being cached?
What is session management in jsp?
What are scripting elements?
What is a output comment?