单项选择题
下列关于Applet的说法,正确的是
A.它们能读写用户的文件系统
B.它们能与提供包含小程序的网页的站点之内的Internet站点联系
C.它们能在阅读者的系统上运行任何程序
D.它们能加载存储在用户系统上的程序
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
设a=8,则表达式a>>>1的值是
A.1
B.2
C.3
D.4
点击查看答案&解析
单项选择题
执行下列程序时,会产生什么异常 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.ArraylndexOutOfBoundsException
B.NumberFormatException
C.ArithmeticExCeption
D.EOFException
点击查看答案&解析
相关试题
下面程序段的输出结果为 public class T...
能将程序补充完整的选项是 class Person...
下面程序段的输出结果是 public class T...
下面程序段的输出结果是 public class T...
下面程序段的输出结果是 classTest publi...