Answer Posted / 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 |
Post New Answer View All Answers
What is broken and continue statement?
Write a code to create a trigger to call a stored procedure
What is internal iteration in java se 8?
Where is const variable stored?
what is session in java?
Explain enumeration in java?
Can we have multiple classes in single file ?
Why runnable interface is used in java?
What is nextint java?
What is a method in programming?
What is the difference between array and array list in java?
Java is Pass by Value or Pass by Reference?
What is difference between length and length() method in java ?
What is the reason behind using constructors and destructors?
Can we override constructors in java?