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

How can information from one JSP be passed to another JSP?

0 Answers  


What is jsp and its features?

0 Answers  


What is difference between html and jsp?

0 Answers  


Give the syntax for jsp comments.

0 Answers  


Why is used in jsp?

0 Answers  






What are the events in jsp page?

0 Answers  


How can the output of JSP or servlet page be prevented from being cached by the browser?

0 Answers  


What is the difference between directive include and jsp include?

0 Answers  


What is the use of jsp implicit objects?

0 Answers  


How to use jsp el to get http method name?

0 Answers  


What is the use of session management?

0 Answers  


Explain pge Directives.

0 Answers  


Categories