What are the implicit objects?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use jsp?

660


What are the different scope values for the jsp objects?

712


What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?

1986


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

686


Explain what is jsp ?

737


What are the elements of jsp?

706


How can I declare methods within my jsp page?

689


Is there a way I can set the inactivity lease period on a per-session basis?

675


Java Server Page I can use a function in two ways: Either I declare or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

1911


What is the jsp:setproperty action?

723


How can I set a cookie and delete a cookie from within a jsp page?

713


What is action tag in jsp?

654


What is scriptlet and what is expression?

695


How to disable scripting?

680


i need the source code for opening a word document in java

1964