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 |
explain the flow of struts?
Name three subclasses of the component class?
Explain about thread synchronization inside a monitor?
Is the session factory thread safe?
What is the difference between system.out ,system.err and system.in?
Which class is the immediate superclass of the menucomponent class?
what are RemoteObjects?
Can we have more than one action servlet?
What are skeletons and stubs and how they are generated?
What are the different approaches to represent an inheritance hierarchy?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
Why are component architectures useful?