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 is jsp and why is it needed?

0 Answers  


How to deactivate el usage on jsp?

0 Answers  


Explain the difference between servletcontext and pagecontext in jsp?

0 Answers  


What is the include directive?

0 Answers  


Can I use javascript on jsp page?

0 Answers  






Explain the jsp life cycle?

0 Answers  


What is the difference between <jsp:forward> and sendRedirect?

6 Answers   HCL,


What are the 3 tags used in jsp bean development?

0 Answers  


Can you disable jsp scripting?

0 Answers  


Why are implicit objects not available in a regular jsp page?

0 Answers  


How to deactivate el on jsp?

0 Answers  


Which implicit object is not available in normal jsp pages?

0 Answers  


Categories