what is the page attribute in JSP?
Answers were Sorted based on User's Feedback
Answer / ravikiran chhaduvula
page is an implicit object in JSP which is one among the
four scopes of the objects the other three are
request,session & application.page scope will be aquired
thru pagecontext object
| Is This Answer Correct ? | 0 Yes | 0 No |
Give an example where you need jsp custom tag?
What is difference between include directive and jsp:include action?
Can we override jspinit method?
What is the _jspservice() method?
Can we override serivice()method in jsp?
How can I handle jsp page errors?
What is the difference between include directive and include action?
What are context initialization parameters?
What is jsp container?
What are jsp and servlets?
What is an expression in jsp?
What is tag file?