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
Differentiate between include directive and include action.
What is meant by session management?
Can we define a class in a jsp page?
How can we prevent implicit session creation in jsp?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
Explain scriptlet, expression and declaration in jsp.
What are the literals used in jsp?
What are the components of jsp?
What is the full form of jsp?
Explain the advantages in jsp?
Why is it not recommended to use script elements in jsp?
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
How can I set a cookie and delete a cookie from within a jsp page?
Explain the action.
What is the difference between jsp and thymeleaf?