单项选择题阅读下列代码public class Test 2005{public static void main(String args[]){System.out.println(~(0xa5)&0xaA) ;}}其运行结果是【 】
单项选择题下列选项中哪个方法可以判断线程是否处于活动状态