单项选择题

下列事件监听器中,无法对TextField对象进行事件监听和处理的是( )。

A.ActionListener
B.FocusListener
C.MouseMotionListener
D.ChangeListener
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序段的输出结果是( )。 public class operatorsandexpressions public static void main(String [] agrs) int a=3,b=4,c=5; System.out.pfintln( abc +3);
A.15
B.abc3
C.256
D.63
单项选择题
给出下列代码段: int i=3,j; outer:while(i>0) j=3; inner:while(j>0) if(j<3) break outer; System.out.println(j+ and +i); j--; i--;下列选项中( )会被输出到屏幕。
A.3 and 3
B.3 and 2
C.3 and 1 D. 3 and 0
相关试题
  • 给出下面代码段,x处于( )范围时打印字...
  • 编译和执行以下代码,输出结果是( )。 ...
  • 给出下列代码段: int i=3,j; outer...
  • 对于算法的每一步,指令必须是可执行的。算...
  • 数据库关系模型中可以有三类完整性约束,下...