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
What is difference between jspwriter and servlet printwriter?
How does a servlet communicate with a jsp page?
What is jsp param?
How we can include the result of another page in jsp?
How do I use a scriptlet to initialize a newly instantiated bean?
Why is jstl used?
What is request getcontextpath ()?
How do we catch exception and process it using jstl?
Which jsp method cannot be overridden?
What is the use of session management?
What is the difference between directive include and jsp include?
What is expression language in jsp?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What is the purpose of creating custom tags?
What is include directive in jsp?