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
Why should we not configure jsp standard tags in web.xml?
Which jsp implicit objects are thread safe?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
What is response sendredirect?
What is an api with example?
What is the purpose of jsp?
What is jsp and why do we need it?
What is jsp scriptlet tag used for?
Which package does a jsp api consist of?
What is the purpose of
Is jsp server side scripting language?
Give uses of object cloning?
What is the
Why don’t we need to configure jsp standard tags in web.xml?
How does jsp engines instantiate tag handler classes instances?