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 are the high-level thread states?

1 Answers  


Difference between hashmap and hashtable?

0 Answers  


To make an object to begin executing as a separate thread, what method is used?

2 Answers  


what is heepStored?

1 Answers  


Can you control when passivation occurs?

0 Answers  


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

6 Answers   SolutionNET,


When a thread terminates its processing, it enters into what state?

1 Answers  


Difference between new operator and class.forname().newinstance()?

0 Answers  


can we write implementation for a method with in another method?

3 Answers   Cap Gemini,


how i secure my site with the https protocol.what are the steps?

0 Answers  


What is DTD?

3 Answers   Wipro,


What is the immediate superclass of the applet class?

0 Answers  


Categories