Answer Posted / 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 |
Post New Answer View All Answers
What are JTA/JTS and how they used by client?
What is permgen or permanent generation?
Should synchronization primitives be used on bean methods?
what are RemoteObjects?
What is the purpose of the notify() method?
What are externizable interface?
Name the class that is used to bind the server object with RMI Registry?
Why are component architectures useful?
What is bean? Where can it be used?
Is infobus easy to use?
Can I have an action without a form?
Explain about thread synchronization inside a monitor?
why static class in java
Explain how will the struts know which action class to call when you submit a form?
What are the steps to write p-to-p model application?