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 we override jspinit method?

0 Answers  


What is jspinit method?

0 Answers  


What is scripting elements in jsp?

0 Answers  


How to delete a cookie in a jsp?

0 Answers  


How To maintain session ..?

3 Answers   TCS,






What is el in jsp?

0 Answers  


Explain static method?

0 Answers  


What are the different types of jstl tags?

0 Answers  


How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?

0 Answers  


How to works asjx in jsp?

1 Answers  


What is session tracking in jsp?

0 Answers  


What are the different types scripting elements in jsp?

0 Answers  


Categories