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
What is the purpose of
How do you pass control from one jsp page to another?
Why jsp is used instead of html?
How jsp is compiled?
How can information from one JSP be passed to another JSP?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is jsp api?
What are the possible values for language directive?
What is the purpose of
Which one is correct order of phases in jsp life cycle?
Give a sample jsp configuration in the deployment descriptor.
What is the
How can automatic creation of session be prevented in a jsp page?
Is jsp a front end?
What is jsp expression language and what are it’s benefits?