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
How to print java variable in jsp?
What do you know about jsp expression language (jsp expression language – el)?
What do you mean by isscriptingenabled attribute?
What is the jspinit() method?
What are the different scopes an object can have in a jsp page?
What will happen if iselignored attribute is set as false?
Why session is used?
What do you mean by context initialization parameters?
List the various action tags used in jsp.
What is jsp and why it is used?
What is meant by session management?
Can an interface be implemented in the jsp file?
What are the events in jsp page?
Can we override jsp service method?
Can I use javascript on jsp page?