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

题目内容 (请给出正确答案)
单选题
当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是(  )。
A

destroy()

B

init()

C

stop()

D

start()


参考答案

参考解析
解析:
只有第一次打开含有applet程序的Web页面时,浏览器才会调用applet程序的init方法。该方法在applet程序生成期间只调用一次。
更多 “单选题当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是(  )。A destroy()B init()C stop()D start()” 相关考题
考题 当Applet所在页面被其他页面覆盖时调用的方法是______。

考题 当一个Applet被加载,后续对Applet生命周期方法的调用中,可能存在的次序是 ( )。A.start(),stop(),destroy()B.init(),start(),stop(),start(),stop(),destroy()C.start(),init(),stop(),destroy()D.init(),start(),destroy()

考题 当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是A.destroy()B.init()C.stop()D.start()

考题 当浏览器重新返回到包含Applet的页面时调用的方法是A.start()B.init()C.stop()D.destroy()

考题 在Applet生命周期中,下面方法中,在装载Applet时被调用的是( )。A.stop( )B.init( )C.start( )D.destroy( )

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

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

考题 在Applet生命周期中,下面方法中是在装载Applet时被调用的是( )。A.stop()B.init()C.start()D.destroy()

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

考题 在Applet生命周期中,下面哪个方法是在装载Applet时被调用? ( )A.destroy()B.init()C.start()D.stop()

考题 当-个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是( )。A.destroy( )SX 当-个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是( )。A.destroy( )B.init( )C.stop( )D.start( )

考题 当一个Applet被加载,后续对Applet生命周期方法的调用中,可能存在的次序是( )。A.start( ),stop( ),destroy( )B.init( ),start( ),stop( ),start( ),stop( ),destroy( )C.start( ),init( ),stop( ),destroy( )D.inlt( ),start( ),destroy( )

考题 当-个Applet被加载,后续对Applet生命周期方法的调用中,可能存在的次序是( )。A.start( ),stop( ),destroy( )B.init( ),start( ),stop( ),start( ),stop( ),destroy( )C.start( ),init( ),stop( ),destroy( )D.init( ),start( ),destroy( )

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

考题 当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是( )。 A.destroySXB 当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是( )。A.destroyB.initC.stopD.start

考题 当浏览器重新返回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所在的Web页面被其他页面覆盖后。不可能被调用的Applet方法是( )。A.destroy( )S 当一个Applet所在的Web页面被其他页面覆盖后。不可能被调用的Applet方法是( )。A.destroy( )B.init( )C.stop( )D.start( )

考题 当一个Applet被加载,后续对Applet生命周期方法的调用中,可能存在的次序是( )。A.start,stop,destroyB.init,start,stop,start,stop,destroyC.start,init,stop,destroyD.ink,start,destroy

考题 当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是( )。A.destroyB.initC.stopD.star.}

考题 当浏览器重新返回Applet所在页面时,将调用Applet类的方法是( )。 A.startB.initSXB 当浏览器重新返回Applet所在页面时,将调用Applet类的方法是( )。A.startB.initC.stopD.destroy

考题 当浏览器重新返回Applet 所在页面时,将调用Apptet类的方法是( )。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退出时被调用,只调用一次D、stop()方法在Applet不可见时被调用,可以被调用多次E、destroy()方法由浏览器或appletviewer调用,通知此applet它正在被回收,释放分配给它的资源

考题 当包含applet的页面被重新加载时会自动调用以下哪个函数?()A、init()B、start()C、stop()D、destroy()

考题 单选题当一个Applet被加载,后续对Applet生命周期方法的调用中,可能存在的次序是(  )。A start(),stop(),destroy()B init(),start(),stop(),start(),stop(),destroy()C start(),init(),stop(),destroy()D init(),start(),destroy()

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