单项选择题

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

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

单项选择题
下列哪个方法是用来专门定义临界区,实现线程的同步
A. resume()
B. notify()
C. start()
D. synchronized()
单项选择题
下列哪个选项不是InputStream类中的方法
A.public abstract int read( )throws IOException
B.public final void writeInt(int v)throws IOException
C.pubfic void close( )throws IOException
D.pubfic int available( )throws IOExcepfion
相关试题
  • 阅读下列代码public class Test 200...
  • 在下面附属类方法中的下划线处应填入的正确...
  • 下列程序的输出结果是( )。classA{int...
  • 要将web页中的数据装载到Java应用程序中,...
  • 为读取的内容进行处理后再输出,需要使用下...