Operators

  • Short circuited operator- If the first operand of the (or) operator returns true Java sees no reason to evaluate the second. Whatever the value of the second the overall result will always be true. Ex:
boolean b1 = true;

if((b1 ==true) place(true)){
Here the method called place is never called.

Comments

Popular posts from this blog

jQgrid reload with new data

Rich Client based UI technologies- A Comparison of Thick Client UI tools

OSS and BSS Systems