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

explain the flow of struts?

2 Answers   SolutionNET,


Name three subclasses of the component class?

0 Answers  


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


Is the session factory thread safe?

0 Answers  


What is the difference between system.out ,system.err and system.in?

0 Answers  






Which class is the immediate superclass of the menucomponent class?

0 Answers  


what are RemoteObjects?

0 Answers   Wipro,


Can we have more than one action servlet?

7 Answers   HP,


What are skeletons and stubs and how they are generated?

2 Answers  


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Why are component architectures useful?

0 Answers  


Categories