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 difference between object state and behavior?
how can u cal servlet from java?
Why JDBC has introduced
whats is mean by object and class?
whats is mean by class.forName() whats the return type of class
In a multitiered application which tier is the browser in?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
What is multithread synchronizing ?
What are the services in RMI ?
What is the difference between a menuitem and a checkboxmenuitem?
What is servlet preinitialization?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..