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 do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
What are the main tags in jsp?
How to send data from one page to another in jsp?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
What are the directives in jsp?
How to forward a request to another source?
How can we avoid direct access of jsp pages from client browser?
What is el?
What is
What is cookies in jsp?
What is scriptlet tag in jsp?
What are the three tags used in jsp bean development?
How can I implement a thread-safe jsp page?
What is pagecontext jsp?
How to run java program in jsp page?