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

Define Multiprogramming and Multiprocessing in java.

0 Answers   Akamai Technologies,


What are types of Java applications?

14 Answers  


What is the difference between char and char *?

0 Answers  


Why parameters should be passed by reference?

0 Answers  


What are the java ide’s?

0 Answers  






How to read and write image from a file ?

0 Answers  


What is the difference between reader/writer and inputstream/output stream?

0 Answers  


What are the main uses of this keyword?

0 Answers  


What does @override mean?

0 Answers  


Differentiate between static and non-static methods in java.

0 Answers  


What are the two categories of data types in the java programming language?

0 Answers  


Is java pass by value or pass by reference?

0 Answers  


Categories