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 Servlet Filter And What does it work?
What class is the top of the awt event hierarchy?
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
What does module-relative mean?
What is Stream Tokenizer?
Explain about RMI Architecture?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
what is catalina in tomcat server.
What is the difference between java class and bean?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
What classes of exceptions may be caught by a catch clause?