next up previous contents index
Next: As Up: Keywords Previous: Abstract, a method modifier   Contents   Index


And

Syntax:
a AND b

And is logical and operator. It evaluates to non-zero (truth value) when both its operands are non-zero.
Operator And can be applied only to integer types, such as Byte, Integer and Long.



root 2004-04-05