当前位置:  技术问答>java相关

一道scjp的题目?立即结帐!!!!!

    来源: 互联网  发布时间:2015-06-22

    本文导语:  题目如下: Assume the class AcLis implements the ActionListener interface. The code fragment below constructs a button and gives it four  action listeners. When the button is pressed, which action listener is the first to get its actionPerform...

题目如下:

Assume the class AcLis implements the ActionListener interface. The code fragment below constructs a button and gives it four 

action listeners. When the button is pressed, which action listener is the first to get its actionPerformed() method invoked?

 1.   Button btn = new Button("Hello");
 2.   AcLis a1 = new AcLis();
 3.   AcLis a2 = new AcLis(); 
 4.   AcLis a3 = new AcLis();

 5.   btn.addActionListener(a1);
 6.   btn.addActionListener(a2);
 7.   btn.addActionListener(a3);
 8.   btn.removeActionListener(a2);
 9.   btn.removeActionListener(a3);
10.  btn.addActionListener(a3);
11.  btn.addActionListener(a2);

答案(单选)
a: a1 gets its actionPerformed() method invoked first.
b: a2 gets its actionPerformed() method invoked first.
c: a3 gets its actionPerformed() method invoked first.
d: It is impossible to know which listener will be first.

|
应该是d
类似多线程问题,多个相同的listenser同时加载时,当响应click时,如同在线程池中唤醒某个处于waiting状态的线程,不能确定哪个被最先执行.

|
选择d,无法确定。你可以写一段代码试试,给予监听器不同的动作,多次执行,一定不同的结果。

    
 
 

您可能感兴趣的文章:

  • java 的一道题目,在线等待!!!!
  • 一道简单的题目,但很紧急,100分相送
  • 问一道SCJP的题目
  • 一道scjp的题目
  • 关于操作系统的一道题目(关于临时文件)
  • 求助:一道简单的shell编程题目
  • 一道操作系统的死锁题目
  • 问一道关于操作系统的题目
  • 一道Shell脚本题目
  • 一道ipc的题目
  • 一道SCJP题:题目看不懂:(
  • 一道题目的思考-“生产者消费者问题”
  • linux 的一道看不懂的题目。。求
  • 一道计算作业优先数的题目___八股考试,我想学东西!
  • 一道java的题目,应该不难,进来看一下
  • 困惑,一道很简单的linux编译题目
  • 一道小程序题目!
  • 一道 linux 的shell编程的题目
  • 紧急求助——一道去年清华考研操作系统的unix编程题目
  • 检验你的SCJP能力!!!来自SUN的SCJP题库中的一道经典线程题目,你能做出正确的答案吗???
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • scjp考题一道
  • SCJP 模拟题一道
  • scjp考题一道!!!!!!!!
  • 一道SCJP的题
  • 一道SCJP题有请各大虾指教.
  • 一道scjp模拟题,请赐教。
  • scjp考题一道!!!!!!!!!!!!!!!!!!
  • SCJP 模拟题一道(2)
  • scjp考题一道,请大家帮我分析?
  • 一道SCJP题!!!!!!!!!!!!!!!
  • 问个我自己都感到弱智的问题,是一道SCJP的题
  • 一道scjp题,简单给我解释一下,用中文
  • scjp一道!!!!!!!!!!!!!!!!
  • SCJP考题一道???????
  • scjp考题一道....
  • 一道SCJP题
  • scjp上的一道题
  • scjp考题一道!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  • 一道SCJP的考试题,迷惑!
  • 一道关于garbage collection的SCJP题,请帮助!
  • 一道送分的问题
  • 一道考验基础的JAVA语法题
  • 问个AIX题库的一道题,感觉答案应该是A啊
  • 关于构造函数的一道题
  • 问个AIX题库的一道题,感觉答案应该是A啊 iis7站长之家
  • 一道基础英语填空题(Java)
  • 一道题,select what & why?
  • 一道关于操作系统的题
  • 问一道算法题
  • 一道习题
  • 一道小程序有问题?请教!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3