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 |
What is context in web application?
What is a scriptlet?
What is iselignored in jsp?
how can i add properties in dynamic text fields using .js file?
Can init method be overridden?
Mention the implicit objects in a jsp.
What are the different directives in jsp?
What are action tags?
What is the purpose of <jsp:getproperty >?
What is tld file?
Is the session object always created on the jsp page, is it possible to disable its creation?
What is meant by implicit objects and what are they?