Menu Bar

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Monday, 26 December 2016

What are the JSP implicit objects ?


In jsp their are 9 Implicit objects, Jsp container provide these objects for each page and developer can call any object directly ,without declaring those objects.We use these objects in scriptlets tags because these objects goes to service method. We cannot use these objects in declaration tags because code written in this tag go to class level.

These objects are also known as Pre-defined variables.

Sl No.
Object
Object Type
1
out
javax.servlet.jsp.JspWriter
2
request
javax.servlet.http.HttpServletRequest
3
response
javax.servlet.http.HttpServletResponse
4
config
javax.servlet.ServletConfig
5
application
javax.servlet.ServletContext
6
session
javax.servlet.http.HttpSession
7
pageContext
javax.servlet.jsp.PageContext
8
page
java.lang.Object
9
exception
java.lang.Throwable

      
Blog Author - Pushkar Khosla,
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.

This blog is all about to learn Core Java ,Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.



Share this Blog with yours Friends !!

No comments:

Post a Comment