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
How are jsp(java server pages) better than asp(active server pages)?
What is the
What is jstl?
What is difference between java and jsp?
What are scripting elements?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is welcome file list?
What are the advantages of jsp over servlet?
What are the elements of a jsp page?
How can the output of JSP or servlet page be prevented from being cached by the browser?
Which package does jsp api consist of?
What is difference between include directive and jsp:include action?
What is jsp standard tag library, provide some example usage?
What do you mean by isscriptingenabled attribute?
How can we disable el?