试题详情
- 单项选择题 What will be the appearance of an applet with the following init() method? public void init() { add(new Button("hello")); }
A、Nothing appears in the applet.
B、A button will cover the whole area of the applet.
C、A button will appear in the top left corner of the applet.
D、A button will appear, centered in the top region of the applet.
E、A button will appear in the center of the applet.
- D
关注下方微信公众号,在线模考后查看
热门试题
- Given a
- 下列java程序的输出结果为()。
- 从运行层面上来看,从四个选项选出不同的一
- 以下列出的JBuilder可以产生的可执
- public class ClassA
- Which statement
- Which the two
- 关于表格包型布局管理器的特点,一下描述中
- public class&e
- What OrderSErvl
- 要求1000!(1000*999*998
- 现有: pub
- int a_really_r
- interface A&en
- import java.io
- You need
- Which two&ensp
- 下面哪些类可用于throw语句()
- 当动作监听器激发时,会调用什么函数?()
- 问这个程序的输出结果()。