What are implicit objects?

Answer Posted / lakshya mathur

JSP Implicit Objects are the Java objects that the JSP Container makes available to developers in each page and developer can call them directly without being explicitly declared. JSP Implicit Objects are also called pre-defined variables.

JSP supports nine Implicit Objects which are listed below:

Object Description
request This is the HttpServletRequest object associated with the request.
response This is the HttpServletResponse object associated with the response to the client.
out This is the PrintWriter object used to send output to the client.
session This is the HttpSession object associated with the request.
application This is the ServletContext object associated with application context.
config This is the ServletConfig object associated with the page.
pageContext This encapsulates use of server-specific features like higher performance JspWriters.
page This is simply a synonym for this, and is used to call the methods defined by the translated servlet class.
Exception The Exception object allows the exception data to be accessed by designated JSP.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value of session attribute in jsp?

458


What is jsp usebean?

505


What are the different directives in jsp?

492


How can the applets be displayed in the jsp? Explain with an example.

524


How do you pass control from one jsp page to another?

507






What are the literals used in jsp?

578


What are the implicit objects in jsp?

514


Explain JSP Output comments?

563


Explain JSP directives.

590


What is tag file in jsp?

515


What is difference between html and jsp?

501


What jsp lifecycle methods can I override?

577


Define JSP Scriptlet.

562


What is the use of jstl?

484


What are the implicit, internal el jsp objects and their differences from jsp objects?

516