Answer Posted / 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 |
Post New Answer View All Answers
How many tags are there in jsp?
Explain the steps for creating custom tags in jsp?
What are the different directives in jsp?
What is jstl (jsp standard tag library)?
What is jsp syntax?
Which two interfaces does the javax servlet jsp package have?
Explain jsp technology?
Why is _jspservice () method starting with an '_'?
How can I override the jspdestroy() method within a jsp page?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What are the different scope values for the jsp objects?
Can jsp run without server?
What is difference between page and pagecontext in jsp?
What is the
What is jsp action tags?