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 |
whats is mean by jndi
difference between ejb,struts,hibernate,spring and jsp
What is a task?s priority?
what is the proxy pattern?
Is infobus easy to use?
What is Remote Server?
what is the Remote Stub?
Explain the stub's and skeleton's functionality?
On a computer that having single CPU, how multithreading concept can be achieved?
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 disadvantage of thread?
whats is mean by class.forName() whats the return type of class