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 difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


what is handle?

0 Answers  


Why use POJO when I can use hashmap

0 Answers   Infotech,


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,






What is a modular application?

0 Answers  


What classes of exceptions may be caught by a catch clause?

0 Answers  


what is heepStored?

1 Answers  


What is MOM?

1 Answers   Wipro,


whats is mean by tiles in struts

0 Answers   SolutionNET,


Define the remote interface?

1 Answers  


What are the high-level thread states?

1 Answers  


Categories