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
Tell us about the jsp life cycle methods.
What is a jsp container?
Explain static method?
Java Server Page I can use a function in two ways:
Either I declare
What is contextpath?
What are request and response objects?
What is out in jsp?
What are advantages of jsp over asp, php, pure servlets and others?
What is
What are context initialization parameters?
What do cookies mean?
What are directives? What are the different types of directives available in jsp?
What is server context?
What are the literals used in jsp?
Can we call destroy method inside init method?