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 action tag in jsp?
What is welcome file list?
What is the difference between servletcontext and pagecontext?
What is jsp processing?
How does jsp engines instantiate tag handler classes instances?
What is application in jsp?
Why does jcomponent have add() and remove() methods but the component does not?
What is the purpose of jsp and why it is widely used?
Is the session object always created on the jsp page, is it possible to disable its creation?
Can you explain what is jsp page life cycle?
What is jsp net?
Can you override jspinit() method? If yes, in which cases?
How can I prevent direct access to a jsp page from a browser?
Is jsp used?
Are dialogue tags necessary?