Tuesday, November 29, 2011

What is the difference between the Boolean & operator and the && operator?

If an expression involving the Boolean & operator is evaluated, both operands areevaluated. Then the & operator is applied to the operand.
Category:Java Interview Questions

No comments:

Post a Comment