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 the purpose of
Explain translation phase.
What is jsp processing?
Is jsp server side scripting language?
How we can disable session in jsp?
What is difference between jsp and javascript?
What are the two types of comments supported by jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
How is jsp include directive different from jsp include action. ?
What are the different scopes an object can have in a jsp page?
What is jsp include tag?
What is auto-flush attribute?
What is the jsp:setproperty action?
What is meant by jsp?
What are the events in jsp page?