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 |
Difference between new operator and class.forname().newinstance()?
whats is mean by jndi
Why is actionform a base class rather than an interface?
What restrictions are placed on the values of each case of a switch statement?
difference between sql exception class and sql warning class
How many layers are there in RMI and what are they?
what is handle?
what is a non-repeatable read?
whats is mean by tiles in struts
What modifiers may be used with an inner class that is a member of an outer class?
Why doesn’t the focus feature on the tag work in every circumstance?
Why do I get a duplicate name error when loading a jar file?