填空题
Applet生命周期方法有init()、______、stop()和destroy()。
【参考答案】
start()
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
算法的复杂度主要包括______复杂度和空间复杂度。
点击查看答案&解析
填空题
请阅读下列程序代码,然后将程序的执行结果补充完整。 程序代码: public class throwsException static void Proc(intsel) throws Arithmetic Exception,Array Index Out Of Bounds Exception System.out.println( InSituation +sel); if(sel==0) System.out.println( noException caught ); return; else if(sel==1) int iArray[]=newint[4]; iArray[-1]=3; public static void main(String args[]) try Proc(0); Proc(1); catch(Array Index Out Of Bounds Exception e) System.out.println( Catch +e); finally System.out.println( inProcfinally ); 执行结果: In Situation 0 no Exception caught in Proc finally
点击查看答案&解析
相关试题
sin(x)
在下面程序的空白处,填上适当的内容。 Im...
x*x-2*x+6或x*x+6-2*x(只要是...
数据型包括简单数据类型和复合数据类型。简...
字符常量是用单撇号括起来的一个字符,用双...