下列容器中哪一个是从java.awt.Window继承的()。A、FrameB、PanelC、ContainerD、Applet
下列容器中哪一个是从java.awt.Window继承的()。
- A、Frame
- B、Panel
- C、Container
- D、Applet
相关考题:
下列说法中,错误的一项是______。A.一个Applet可以有多个类,但是继承java.applet.Applet的公有类只有一个B.一个Applet只能由一个继承java.applet.Applet类的公有类构成 ’C.Applet继承java.applet.Applet类的公有类名必须和源文件名一致D.JApplet必须是java.Swing.JApplet的子类
下面关于Applet的说法中,正确的是______。A.Applet也需要main( )方法B.Applet继承自java.awt.Applet或javax.swing.JAppletC.Applet能访问本地文件D.Applet程序不需要编译
下列关于Application和Applet程序的说法中不正确的一项是______。A.Application使用解释器java.exe执行B.Application不使用独立的解释器就可以执行C.Applet程序必须继承Java的Applet类D.Applet在浏览器中运行
A user states that their web browser was recently updated and continuously crashes. Which of the following could the technician use to gather more information about the issue?() A. NTBACKUP logB. Advanced tab in the System applet in Control PanelC. Event LogD. Internet Options applet in Control Panel
A user states that their web browser was recently updated and continuously crashes. Which of the following could the technician use to gather more information about the issue?()A、NTBACKUP logB、Advanced tab in the System applet in Control PanelC、Event LogD、Internet Options applet in Control Panel
单选题下列选项中的组件都属于容器,其中父类属于java.awt.Window的容器是()。AFrameBPanelCContainerDApplet