InterviewSolution
Saved Bookmarks
| 1. |
What is the use of tag? |
|
Answer» The <c:remove > tag removes a variable from either a specified scope or the first scope where the variable is found (if no scope is specified). |
|