IT Placement Papers JAVA JSP
This category contains JSP Interview Questions and Answers |
What are all the different scope values for the tag?
|
|
|
|
|
Answer: tag is used to use any java object in the jsp page. Here are
the scope values for tag:
a) page
b) request
c) session and
d) application
Only registered users can write comments. Please login or register.
|