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 object state and behavior?

0 Answers  


how can u cal servlet from java?

7 Answers  


Why JDBC has introduced

4 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


In a multitiered application which tier is the browser in?

3 Answers   Adobe,


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


What are the services in RMI ?

0 Answers  


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


What is servlet preinitialization?

3 Answers   iFlex,


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

0 Answers  


Categories