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 the steps in details to load the server object dynamically?
What is aop(assepct oriented programing)?
What is the purpose of the finally clause of a try-catch-finally statement?
What is a session? Can you share a session object between different theads?
What modifiers may be used with an interface declaration?
What is synchronization and why is it important?
What is the difference between RMI and Corba?
How would you create a button with rounded edges?
what is Activation Instantinator?
What value does read() return when it has reached the end of a file?
What you mean by COM and DCOM?
What are the difference between RMI and CORBA?
What happens when a thread cannot acquire a lock on an object?
What are the pros and cons of detached objects?
Explain the difference between object state and behavior?