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 jsp and its architecture?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
Can you use javascript in jsp?
How to comment out jsp code?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
Explain about the Scriplet and Exclamatory Tag?
Can I use javascript on jsp page?
Can we call destroy method inside init method?
What is a jsp expression?
What is jstl used for?
Why do we use expression language in jsp?
Can you override jspinit() method? If yes, in which cases?