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 a tasks priority and how is it used in scheduling?
what is the proxy pattern?
Why is main purpose of XML?
Can we have more than one action servlet?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
What classes of exceptions may be caught by a catch clause?
What is Servlet Filter And What does it work?
Is jvm a overhead?
list the types of dialodg
Do we need to override service() method
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
What is the form of storage space in java?