What are the implicit objects?

Answers were Sorted based on User's Feedback



What are the implicit objects?..

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

What are the implicit objects?..

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

Post New Answer

More JSP Interview Questions

What does it mean when tags or attributes are said to be deprecated?

0 Answers  


What is difference between java and jsp?

0 Answers  


how to print a string with out using out.println?

3 Answers   Elementus Technologies,


How to delete a cookie in jsp?

0 Answers  


How can we extend jsp technology?

0 Answers  


What are the different types of jsp tags?

0 Answers  


How can you include the results of another page?

0 Answers  


Mention the advantages of jsp over pure servlets?

0 Answers  


What is called jsp directive?

0 Answers  


Why do we need custom tags in jsp?

0 Answers  


Can I declare a java class in jsp?

0 Answers  


Tell us about the stages (phases) of the jsp life cycle.

0 Answers  


Categories