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 user defined exception in Java?
Are arrays static in java?
Which is dependent variable?
What is java util concurrentmodificationexception?
How to declare an arraylist in java?
How many bits is a string?
What is the basic of java?
How do you sort words in java?
Write a program to calculate factorial in java?
What is gui programming?
Which package has light weight components in java programming?
What is a JAR file?
What is difference between an object and a class?
What is the difference between serializable and externalizable interface?
How will you serialize a singleton class without violating singleton pattern?