网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在Applet的init()方法被调用后,接下来最先调用的方法是

A.run()

B.start()

C.stop()

D.destroy()


参考答案

更多 “ 在Applet的init()方法被调用后,接下来最先调用的方法是A.run()B.start()C.stop()D.destroy() ” 相关考题
考题 当浏览器重新返回到包含Applet的页面时调用的方法是A.start()B.init()C.stop()D.destroy()

考题 在Applet的init()方法被调用后,接下来最先被调用的方法是A.run()B.start()C.stop()D.destroy()

考题 在Appletf年init()方法被调用后,接下来最先被调用的方法是()。A.run()B.start()C.stop()D.destroy()

考题 当浏览器重新返回Applet所在页面时,将调用Applet类的方法是A.start()B.init()C.stop()D.destroy()

考题 当浏览器重新返回Applet所在页面时,将调用Applet类的方法是( )。A.start()B.init()C.stop()D.destroy()

考题 当浏览器重新返回Applet所在页面时,将调用Applet类的( )方法。A.start( )B.init( )C.stop( )D.destroy( )

考题 关于Applet的生命周期,叙述正确的是( )。A.init()方法在start()方法之前执行B.init()方法在start()方法之后执行C.stop()在Applet退出时被调用,只调用1次D.stop()在Applet可见时被调用,可以被调用多次

考题 在Applet的方法中,下列哪个方法将在关闭浏览器时执行,以释放Applet占用的资源?A.init()B.start()C.stop()D.destroy()

考题 执行Java小应用程序时首先会调用其中的()方法。A.init()B.start()C.stop()D.destroy()