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 is a data structure java?
What is numeric data type?
What are implicit objects in java?
What is subsequence of a string?
Which are different kinds of source code?
Difference between arraylist and vector.
What are the different types of inheritance in java?
Is empty string in java?
What's the difference between comparison done by equals method and == operator?
why constructor dont have returns type?
Can a constructor call another constructor?
Which class is the superclass for every class in java programming?