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

How we can include the result of another page in jsp?

506


What is a output comment?

560


When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]

1736


What is server context?

493


What are the attributes on page directives?

508






How can we disable java code or scripting in jsp page?

509


What is client side technology?

481


What are different types of comments in jsp?

495


Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?

511


What is the differences between the jsp custom tags and java beans?

548


Tell us about the jsp life cycle methods.

496


How can I handle jsp page errors?

535


What is scriptlet tag?

522


What are the implicit objects in jsp?

514


What is the use of jstl?

484