What are implicit objects?

Answer Posted / ganesh

Implicit object means with out any declaration we able to
use those variables in jsp tags except in jsp declaration
tags.In jsp's total 9 implicit objects are available.Those
are,
1>out
2>request
3>response
4>application
5>session
6>pageContext
7>page
8>exception
9>config

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is jsp used for?

487


Is jsp a programming language?

458


Can we define a class inside a jsp page?

465


What is scriptlet and what is expression?

498


How to retrieve warnings?

506






How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

1625


How is scripting disabled?

504


What is error page in jsp?

467


Define JSP Scriptlet.

539


How to make a “new line in html” in jsp?

500


What is jsp expression?

494


What are the life-cycle methods for a jsp?

477


How can I handle jsp page errors?

513


What is a tag file?

459


How can I override the jspinit() and jspdestroy() methods within a jsp page?

513