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 |
What are the high-level thread states?
Difference between hashmap and hashtable?
To make an object to begin executing as a separate thread, what method is used?
what is heepStored?
Can you control when passivation occurs?
whats is mean by class.forName() whats the return type of class
When a thread terminates its processing, it enters into what state?
Difference between new operator and class.forname().newinstance()?
can we write implementation for a method with in another method?
how i secure my site with the https protocol.what are the steps?
What is DTD?
What is the immediate superclass of the applet class?