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 is a data structure java?

1 Answers  


What is numeric data type?

1 Answers  


What are implicit objects in java?

1 Answers  


What is subsequence of a string?

1 Answers  


Which are different kinds of source code?

1 Answers  


Difference between arraylist and vector.

1 Answers  


What are the different types of inheritance in java?

1 Answers  


Is empty string in java?

1 Answers  


What's the difference between comparison done by equals method and == operator?

1 Answers  


why constructor dont have returns type?

9 Answers   IBM,


Can a constructor call another constructor?

1 Answers  


Which class is the superclass for every class in java programming?

1 Answers  


Categories