1. [单选题]执行下列程序时,会产生什么异常 public class Test { public static void main(String args[ ])( int d=101; int b=220; long a=321; System.out.println((a-B) /(a-b-D) ); } }
A. ArrayIndexOutOfBoundsException
B. NumberFormatException
C. ArithmetieException
D. EOFException
2. [单选题]标准ASCII码用7位二进制位表示一个字符的编码,其不同的编码共有______。
A. 127个
B. 128个
C. 256个
D. 254个