当一个Applet 所在的浏览器被最小化以后,不可能被调用的Applet方法是()
A: start ( )
B: init( )
C: destroy ( )
D: stop ( )
A: start ( )
B: init( )
C: destroy ( )
D: stop ( )
举一反三
- 当一个Applet所在的Web页面被其他页面覆盖后,不可能被调用的Applet方法是()。 A: destroy() B: init() C: stop() D: start()
- A383当一个Applet所在的浏览器被最小化以后,不可能被调用的Applet方法是()(1.0分)
- 当一个包含Applet的Web页面被其他页面覆盖时,被调用的Applet方法是()。 A: start() B: init() C: stop() D: destroy()
- 在Applet生命周期中,在浏览器离开含有Applet的网页时被调用的是( )。 A: init() B: strot() C: stop() D: destroy()
- 当包含applet的页面被重新加载时会自动调用以下哪个函数?() A: init() B: start() C: stop() D: destroy()