What enableEvents() method do?
Answer / ramesh
The enableEvents() method is used to enable an event for a
particular object. Normally, an event is enabled when a
listener is added to an object for a particular event. The
enableEvents() method is used by objects that handle events
by overriding their event-dispatch methods.
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain the difference between the Boolean & operator and the && operator?
Is 0 a prime number?
Explain polymorphism citing an example.
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is reflexive association?
What is an example of declaration?
what is Hashmap & Hashtable wirh example?
What is a condition in java?
What is polymorphism java example?
Explain inner classes ?
What is map and hashmap in java?
What do you mean by synchronized non access modifier?