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

Which sorting is best in java?

0 Answers  


How to reduce flicking in animation?

3 Answers   TCS,


How the elements are organized in GridBagLayout?

1 Answers  


Can each java object keep track of all the threads that want to exclusively access it?

0 Answers  


What methods are used in Servlet?Applet communication?

0 Answers   Satyam,






Is JRE required to compile Java files ?

4 Answers   HCL,


Is .net better than java?

0 Answers  


Explain about object oriented programming and its features?

0 Answers  


Why collection doesn’t extend cloneable and serializable interfaces?

0 Answers  


State the main difference between c++ and java?

0 Answers  


What is a wrapper method?

0 Answers  


Explain importance of throws keyword in java?

0 Answers  


Categories