¿¹Á¦
public
class
ClassA {
int
a;
public void
methodA() {
boolean
b = (a & 0)==0;
// ...
}
}
¼Ö·ç¼Ç
·ÎÁ÷À» Àç°ËÅäÇϽʽÿÀ.