What are the implicit objects?

Answers were Sorted based on User's Feedback



What are the implicit objects? ..

Answer / mahesh

Implicit objects are objects that are created by the web
container and contain information related to a particular
request, page, or application. They are:
--request
--response
--pageContext
--session
--application
--out
--config
--page
--exception

Is This Answer Correct ?    19 Yes 3 No

What are the implicit objects? ..

Answer / purnachand

Implicit objects are not only created by the container or application software. They can also be provided by the underlying JVM.
Implicit objects in core java are:
this,super
Implicit objects in Struts:
servlet and so many
Implicit objects in Jsp:
9 number.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


What value does readline() return when it has reached the end of a file?

0 Answers  


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


How do u supress the parameters from the displaying in the url?

2 Answers  


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


What is the difference between ear, jar and war file?

0 Answers  


What is prototype?

0 Answers  


How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


What does module-relative mean?

0 Answers  


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Categories