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 the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
when should you use stringbuilder class in a program?
What is exception hierarchy in java?
Does the order of public and static declaration matter in main method?
What is assembly condition codes?
Why java strings are immutable in nature?
Is there any difference between synchronized methods and synchronized statements?
what is difference between equals and ==?
What is the difference between a choice and a list?
Is an empty arraylist null?
transaction attributes ?
What is the difference between @before and @beforeclass annotation?