vinothkumarrvk 0 Newbie Poster

Friends what is the result/output for the following code in struts(example.jsp)

<% 
String linkDesc = "abc\ndef";
desc=linkDesc.toString();
%>

<bean:define id="descId" value="<%=desc%>"/>
<bean:write name="descId"/>

Please clarify me. Thanks in Advance.