单项选择题
A、float f=1.3; B、char c="a"; C、byte b=257; D、boolean b=null; E、int i=10;
下列方法中,属于Applet基本方法的有()。A、init()B、run()C、stop()D、start()...
多项选择题下列方法中,属于Applet基本方法的有()。
A、init() B、run() C、stop() D、start() E、main()
编译和运行下面代码时显示的结果是()。 A、Error Variable i may not have bee...
编译和运行下面代码时显示的结果是()。
A、Error Variable i may not have been initialized B、null C、1 D、0
在Java中不存在的布局方式是()。A、顺序布局(FlowLayout)B、边界布局(BorderLayout...
单项选择题在Java中不存在的布局方式是()。
A、顺序布局(FlowLayout) B、边界布局(BorderLayout) C、网络布局(GridLayout) D、中央布局(CenterLayout)