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 jsp and why do we need it?
How to get value from java to jsp page?
What is the use of jstl?
Can a constructor be used in place of init() method to initialize a servlet?
Why does jcomponent have add() and remove() methods but the component does not?
What is cookie with example?
How do I run a jsp file in linux?
What is use of scriptlet tags in jsp?
What is called jsp directive?
What are the events in jsp page?
What is a tag file?
Why are jsp pages preferred for creating web-based client program?
What is the need of jsp?
Explain jsp lifecycle methods?
What do you mean by jstl?