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 |
Can we override the private methods?
What is Distributed Application and what is its usage?
How can we find size of the object ?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How do you read a char in java?
how its run?
How do you detect memory leaks?
What is the maximum size of arraylist in java?
justify c is portable
Why is the main method static in Java?
explain autoboxing in java?
How do you relate a Interface to a Class? Tell me in Detail?