What is source and listener?
Answer / 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 |
What is RRL?
Define the remote interface?
What is RMI and what are the services in RMI?
How database connectivity in XML is achieved?
What is the purpose of the notifyall() method?
What is UniCastRemoteObject and what is its use in RMI?
which is the better collection class if the requirement is only displaying the data
What is jboss?
In HashTable I am storing null value..then what is the error it will show
Why RMI required an interface?
What are local interfaces? Describe.
What is the use of Class.forName