Can someone explain the difference between these two methods?
 
Method 1:
<c:out value = '${str}' />
 
Method 2:
[${str}]
 

Reply via email to