Answer Posted / ganesh
Implicit object means with out any declaration we able to
use those variables in jsp tags except in jsp declaration
tags.In jsp's total 9 implicit objects are available.Those
are,
1>out
2>request
3>response
4>application
5>session
6>pageContext
7>page
8>exception
9>config
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Give an example of using your own tags.
How can I use jsp in the mvc model?
What are the jsp tag?
What is a jsp and what is it used for?
Define Composition.
Can we use jstl in html?
What is scriptlet in jsp?
Why does jcomponent have add() and remove() methods but the component does not?
What are directives in jsp?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Is jsp and javascript same?
Why are jsp pages the preferred api for creating a web-based client program?
What is jsp translation time?
What are stored procedures? How is it useful?
How many tags are provided by jstl?