InterviewSolution
Saved Bookmarks
| 1. |
What is the use of tag? |
|
Answer» The <c:catch> tag catches any Throwable that occurs in its body and optionally exposes it. Simply it is used for error handling and to deal more gracefully with the problem. |
|