99
JSTL Core <c:remove> Tag
It is used for removing the specified variable from a particular scope. This action is not particularly helpful, but it can be used for ensuring that a JSP can also clean up any scope resources.
The <c:remove > tag removes the variable from either a first scope or a specified scope.
Let’s see the simple example of c:remove tag:
Output:
Next TopicJSTL Core <c:catch > Tag