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
Which component handles cluster communication in jboss?
What are the difference between RMI and CORBA?
What is scalable, portability in the view of J2EE?
What value does read() return when it has reached the end of a file?
Is there a guarantee of uniqueness for entity beans?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Do I have to use jsps with my application?
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 class is used to create Server side object ?
difference between ejb,struts,hibernate,spring and jsp
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
what are memory considerations of jsp compares to other web components?
Why use POJO when I can use hashmap
Explain what is orm?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?