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 is the difference between the ‘font’ and ‘fontmetrics’ class?
What value does readline() return when it has reached the end of a file?
What is the relationship between local interfaces and container-managed relationships?
How do u supress the parameters from the displaying in the url?
What is preemptive and Non-preemptive Time Scheduling?
What is the difference between ear, jar and war file?
What is prototype?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
How to deploy Jar, War files in J2EE?
What does module-relative mean?
difference between Abstract and Interface?
What is the relationship between an event-listener interface and an event-adapter class?