Answer Posted / shrinath rodage
The following are the implicit objects for jsp:
request //used for accept the request of client
response // used for respond to the client
application //used overall our application
session //used maintain the session
out // for display the output
page
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
List out some advantages of using jsp.
How can I handle jsp page errors?
What is scriptlet in jsp?
What is a scriptlet?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
Which jsp life cycle is in correct order?
Why are jsp pages preferred for creating web-based client program?
How we can use javascript with jsp pages?
What is the purpose of creating custom tags?
What are the different directives in jsp?
What are action tags?
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 do you mean by context initialization parameters?
Can we use jsp implicit objects in a method defined in jsp declaration?
What are jsp el implicit objects and how it’s different from jsp implicit objects?