2011/1/11 Murali Venugopal <span dir="ltr">&lt;<a href="mailto:murali.venugopal@sifycorp.com">murali.venugopal@sifycorp.com</a>&gt;</span><br><div class="gmail_quote"> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
    now i&#39;ve found that, using the &quot;$&quot; symbol is optional. buf if you
    use it on a variable declaration, it&#39;s mandatory that you&#39;ve to
    specify on further reference of that variable. today&#39;s findings...
    :-)</div></blockquote><div><br>In Java, &#39;$&#39; is valid in identifiers, just like a letter or &#39;_&#39;. Docs explain that using the dollar sign may help you to distinguish between bound variables and field names.<br>
-w <br></div></div><br>