Please enable JavaScript.
Coggle requires JavaScript to display documents.
JSP Implicit Objects (REQUEST (object is an instance of java.servlet.http…
JSP Implicit Objects
REQUEST
-
-
-
will be used to request the information,server name,etc
-
RESPONSE
-
-
-
used to content type,add cookie and redirect to response page
-
-
-
PAGE CONTEXT
-
It is used to get,set and remove the attributes from a particular scope
-
-
-
SESSION
-
object is used to get,set and remove attributes to session scope to get session information