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
What is synchronization and why is it important?
Name three subclasses of the component class?
What are the different types of exception?
Can I run seam with jdk 1.4 and earlier?
What restrictions are placed on the values of each case of a switch statement?
Can I use javascript to submit a form?
What is ioc concept & explain it?
What are various types of class loaders used by jvm?
What are transaction attributes?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are the different class loaders used by jvm?
What is permgen or permanent generation?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is bean? Where can it be used?
Name the eight primitive java types.