What are the implicit objects?
Answers were Sorted based on User's Feedback
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 |
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 |
Name the method to find, if a thread is active or not?
What are different types of layout managers in java.awt package?
Explain what is synchronization?
Will the general public have access to the infobus apis?
What is difference between object state and behavior?
How to get an image from db2 database plz help as soon as possible
Why won’t the jvm terminate when I close all the application windows?
How to pass parameters in RMI?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What is the highest-level event class of the event-delegation model?
What will happens, when a thread cannot acquire a lock on an object?
What is checkpoint? How to create checkpoints in our java projects?