What enableEvents() method do?



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

Post New Answer

More Core Java Interview Questions

What are keywords give examples?

0 Answers  


explain the collection in java

1 Answers   WDC,


how to split string in java?

0 Answers  


What is break and continue statement?

0 Answers  


How does linkedlist work in java?

0 Answers  






How do you execute a thread in java?

0 Answers  


Can we overload run() method in java?

0 Answers  


What is empty string literal in java?

0 Answers  


What is mnemonic code?

0 Answers  


Which variable is the independent variable?

0 Answers  


Define the term string pool?

0 Answers  


Break statement can be used as labels in java?

0 Answers  


Categories