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 |
Are we allowed to change the transaction isolation property in middle of a transaction?
Can I use javascript to submit a form?
What is resource bundle?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
What is a thread?
Why do threads block on i/o?
Have you used threads in Servelet?
Explain lazy activation?
What is the difference between the session.get() method and the session.load() method?
What exceptions are thrown by RMI?
Why doesn’t the focus feature on the tag work in every circumstance?
What is abstract schema?