问题描述:
[填空题] 若有int a[5],*p=a;,则p+2表示第______个元素的地址。
byte类型只有8位,能表示的范围是【 】。
通过实现Applet类的 【15】 方法,可以定义关于参数的信息。
下列程序的输出结果是______。 public class exl5 { public static void main(String[] args) { int a=2, b=8,c=12; a1:while( a<--c } { a2: do { a+=c; if (c==b++) { continue a1; } }while (true); } System.out.print (a); } }
捕获异常的统一出口是______语句。
流按照数据类型的不同,可以分为【 】和字符流。
点评难度:
参考答案:
试题分享: