单项选择题关于数组的叙述中,下列说法不正确的是( )。
单项选择题阅读下列代码public class Test 2005{public static void main(String args[]){System.out.println(~(0xa5)&0xaA) ;}}其运行结果是【 】