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 state a thread enters, When it blocks on I/O?
What is resource bundle?
What is the relation between the infobus and rmi?
How JNDI is used in JMS ?
whats is mean by jndi
What is the relationship between an event-listener interface and an event-adapter class?
What is scalable, portability in the view of J2EE?
What is the priority of Garbage collector thread?
What is the return type of interrupt method?
Can I have an action without a form?
In howmany ways a thread can be created?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation