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 it mean when tags or attributes are said to be deprecated?
What is difference between java and jsp?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
How to delete a cookie in jsp?
How can we extend jsp technology?
What are the different types of jsp tags?
How can you include the results of another page?
Mention the advantages of jsp over pure servlets?
What is called jsp directive?
Why do we need custom tags in jsp?
Can I declare a java class in jsp?
Tell us about the stages (phases) of the jsp life cycle.