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
What is jsp declaration?
What do you know about pagecontext and what are the advantages of using it?
Why is jsp used?
What is jstl (jsp standard tag library)?
What is a hidden comment?
Explain the jsp implicit objects?
What is the
Can jsp contain javascript?
Write a simple example for the clone() method.
How can I prevent direct access to a jsp page from a browser?
Why is _jspservice () method starting with an '_'?
Give uses of object cloning?
how can i update the marque in jsp without changing the sourse code
How to make a “new line in html” in jsp?
Which language is used to write servlets and jsp?