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 |
What are different types of references?
What comes to mind when someone mentions a shallow copy in java?
Why do we need public static void main(String args[]) method in Java...?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
is it possible to instantiate the math class?
What does java edition mean?
What are the four pillars of java?
What is difference between final and finally in java?
How many threads does a core java have?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What is the use of keywords in java?
Is there any difference between nested classes and inner classes?