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 |
How can we handle the exceptions in jsp?
Perform a browser redirection from a jsp page?
What are the ways to insert java code into jsp page?
What are the steps involved in reading data from a form using jsp?
Why is used in jsp?
What are jsp implicit objects?
Give a sample jsp configuration in the deployment descriptor.
Explain static method?
What are the components of jsp?
Show the 2 types of comments in JSP.
What are the events in jsp page?
Can we use jsp implicit objects in a method defined in jsp declaration?