What is the purpose of the enableevents() method?



What is the purpose of the enableevents() method?..

Answer / Roopali Sharma

In Core Java, the enableEvents() method allows an Applet or AWT Component to begin listening for events. It should be called after a component is added to its container to ensure it can respond to user interactions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain Public static void main?

2 Answers   IBM, Vetech,


What is string in java is it a data type?

1 Answers  


How to perform bubble sort in java?

1 Answers  


what is the difference between System.exit() and System.exit(1)?

1 Answers   eClinical Solutions, eClinical Works, eClinicalWorks,


Tell us something about different types of casting?

1 Answers  


Explain method local inner classes ?

1 Answers  


What is meant by main method?

1 Answers  


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

1 Answers  


What do you mean by synchronized non access modifier?

1 Answers  


Describe method overriding

1 Answers  


When do you call copy constructor?

1 Answers   Tavant Technologies, Virtusa,


How do you replace all in word?

1 Answers  


Categories