• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

This one doubt

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, I think the answer to this question is C only. The reason why A is incorrect is becuase it says "Most Components..." but it should say "All Components....". Please Correct Me If I'm Wrong
1-Which statements are true about listeners?
A.Most components allow multiple listeners to be added.
B.A copy of the original event is passed into a listener method.
C.A copy of the refrence of the Original event is passed to the listener method.
 
reply
    Bookmark Topic Watch Topic
  • New Topic