Answer Posted / janet
Source: A source is an object that generates an event.this
occurs when the internal state of that object changes in
some way.
Listener: A listener is an object that is notified when an
event occurs.It has two major requirements First,it must
have been registered with one or more sources to receive
notifications about specific types of events.Second,it must
implement methods to receive and process these
notifications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how will the struts know which action class to call when you submit a form?
What is the diffrence between a local-tx-datasource and a xa-datasource?
what are getters and setters in Java with examples?
Why use a datasource when you can directly specify a connection details?
what is handle?
What are externizable interface?
what is an isolation level?
what are the activation groupworks?
Explain the difference between object state and behavior?
What is the purpose of the wait() method?
What are the benefits of detached objects?
What are the different approaches to represent an inheritance hierarchy?
Which textcomponent method is used to set a textcomponent to the read-only state?
Do I need to import javlang package any time? Why ?
What is a policy?