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 do I save a jsp file?

0 Answers  


What is difference between jsp and javascript?

0 Answers  


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

0 Answers  


What is client scripting?

0 Answers  


What is jsp declaration?

0 Answers  






How can the applets be displayed in the jsp? Explain with an example.

0 Answers  


Is jsp and javascript same?

0 Answers  


How many tags are provided by jstl?

0 Answers  


How can html output be prevented from being cached?

0 Answers  


What is session management in jsp?

0 Answers  


What are scripting elements?

0 Answers  


What is a output comment?

0 Answers  


Categories