填空题

在Java中AWT和Swing组件,一般来讲在应用程序中用到的组件是【 】。

【参考答案】

Swing
<上一题 目录 下一题>
热门 试题

单项选择题
在oneMethod( )方法运行正常的情况下,程序段将输出( )。public void test( ){try { oneMethod( );System.out.println( condition 1 );} catch (ArrayIndexOutOfBoundsException e){System.out.println( condition 2 );} catch(Exception e){System.out.println( condition 3 );} finally {System.out.pritln( finally );}}
A.condition 1
B.condition 2
C.condition 3
D.condition 1
单项选择题
数据库设计包括两个方面的设计内容,它们是( )。
A.概念设计和逻辑设计
B.模式设计和内模式设计
C.内模式设计和物理设计
D.结构特性设计和行为特性设计
相关试题
  • 数据库系统阶段的数据具有较高独立性,数据...
  • 数据结构分为逻辑结构与存储结构,线性链表...
  • 设x = 2,则表达式( x + + ) ...
  • byte类型只有8位,能表示的范围是【 】。
  • 软件维护活动包括以下几类:改正性维护、适...