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 Benefits of Connection Pooling?

2 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


What is a sessionfactory? Is it a thread-safe object?

0 Answers  






What is the use of Semaphore?

3 Answers  


important features of java which differenciate it from c++

3 Answers  


Explain the different types of memory used by jvm?

0 Answers  


What are the high-level thread states?

1 Answers  


How can a dead thread be restarted?

1 Answers   IBM, Wipro,


Explain how will the struts know which action class to call when you submit a form?

0 Answers  


What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


Categories