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 are the two ways to include the result of another page?
Explain static method?
How can we avoid direct access of jsp pages from client browser?
How do I use a scriptlet to initialize a newly instantiated bean?
What are the two types of comments supported by jsp?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
What is action tag in jsp?
What are the elements of jsp?
Can jsp contain javascript?
Why jsp is used in java?
What is c tag in jsp?
What is jsp in html?