Answer Posted / siva kumar
implicit objects are objects which can be used in jsp
without declaring those objects.For Ex we are using 'out'
implicit object without declaring it,but internally it is
declared in a servlet which is created for jsp. Totally we
hav 10 implicit objects.we can use these implicit objects in
either scriptlets or expressions only.if we want to use
implcit objects in declarations we need to pass explicitily.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What are jsp lifecycle methods?
What is a output comment?
What is the difference between include directive and include action?
What is < jsp:forward> tag for?
How many tags are provided by jstl?
How can we disable java code or scripting in jsp page?
What are advantages of jsp over asp, php, pure servlets and others?
What is jstl core tags?
How do we configure init params for jsp?
how to write the code of jsp program?
How can I handle jsp page errors?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is el?
Explain the difference between forward and sendredirect?
How do I view a jsp file?