On Aug 14, 8:51 am, siva prasad <[email protected]> wrote:
> Hi Miga,
> Thanks for ur swift reply & clear explanation.
> It may appear silly but i just want to assure this.
>
> In test = (i < 10) | (j++ > 9);
> if j =10 then 11 would be compared against 9. Isnt it?
>
Yes, but only because of operator precedence and the fact that unary
operators are rigt-left assigned. See its list here:
http://www.uni-bonn.de/~manfear/javaoperators.php
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to