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 thread-to-thread communcation?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
types of exceptions
How to get an image from db2 database plz help as soon as possible
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
What is chat area? Explain.
What is the name of the state, when a thread is executing?
What are callback interfaces?
Why do threads block on i/o?
What is the difference between the string and stringbuffer classes?
How is serialization used generally ?