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
Which tag is used to execute java source code in jsp?
Why do we need custom tags?
What are the elements of jsp?
What is the purpose of
What are jsp elements?
What is the differences between the jsp custom tags and java beans?
Is jsp used?
Is the session object always created on the jsp page, is it possible to disable its creation?
What is jsp container?
What are the features of jsp?
What are the differences between get and load methods?
What is difference between html and jsp?
What is Include directive?
Explain what is jsp ?
How does a servlet communicate with a jsp page?