Answer Posted / janet
To simplify code in JSP expressions and scriptlets, we can
use eight automatically defined variables, called implicit
objects.
They are
request,response,out,session,application,config,pageContext
and page.
| Is This Answer Correct ? | 40 Yes | 10 No |
Post New Answer View All Answers
How can we extend jsp technology?
What are the types of directives in jsp?
How can we disable el?
What are the literals used in jsp?
What is tag file in jsp?
How to include a jsp file in another jsp file?
What is jsp expression?
Tell us about the jsp life cycle methods.
Which language is used to write servlets and jsp?
How do we print “
creates a new line in html” in jsp?
what is the difference between jsp and servlets ?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
How do you comment out in jsp?
What is called jsp directive?
Explain the jsp life cycle?