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 is threadfactory?
What is the purpose of the finally clause of a try-catch-finally statement?
What are the design considerations while making a choice between using interface and abstract class?
How would you detect a keypress in a jcombobox?
What is a modular application? What does module-relative mean?
Explain about local interfaces.
Why use POJO when I can use hashmap
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What event results from the clicking of a button?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Define prototype?
How can I avoid validating a form before data is entered?
What is the form of storage space in java?
What is a class loader?