InterviewSolution
Saved Bookmarks
| 1. |
What is the use of tag? |
|
Answer» The <c:param> tag allows proper URL request parameter to be specified with URL and it does any necessary URL encoding required. |
|