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

Can you stop multiple submits to a web page that are initiated by clicking to refresh button?

0 Answers  


How to disable scripting?

0 Answers  


How can I enable session tracking for jsp pages if the browser has disabled cookies?

0 Answers  


Tell us about the jsp life cycle methods.

0 Answers  


What is welcome file list?

0 Answers  






How to get value from java to jsp page?

0 Answers  


Can we use javascript in jsp?

0 Answers  


What is jsp action tags?

0 Answers  


How do I use comments within a jsp page?

0 Answers  


what type of question will be asked in the interview in this software field?????///

2 Answers   wbsedcl,


What are directives? What are the different types of directives available in jsp?

0 Answers  


What language is used to write servlets and jsp?

0 Answers  


Categories