Answer Posted / guest
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 ? | 12 Yes | 0 No |
Post New Answer View All Answers
Can we define a class inside a jsp page?
How to print java variable in jsp?
Is jsp static or dynamic?
List the different scope values for the
What is cookies in jsp?
What is the use of jstl?
Explain some jsp life-cycle methods that can be overridden.
What is request scope in jsp?
What is contextpath?
How did you implement caching in jsp?
What is jsp expression language and what are it’s benefits?
How to forward a request to another source?
How can we prevent implicit session creation in jsp?
What are page directives?
Give uses of object cloning?