Which java.util classes and interfaces support event
handling?

Answers were Sorted based on User's Feedback



Which java.util classes and interfaces support event handling?..

Answer / shan

EventObject is a class which belongs to java.util package ,
and its subclasese
EventListener interface and its sub interfaces belongs to
util package
so that the both EventObject and EventListener helps to
perform event handling in java

Is This Answer Correct ?    14 Yes 2 No

Which java.util classes and interfaces support event handling?..

Answer / ranganathkini

The interface java.util.Observer interface and the
java.util.Observable class support event handling

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More Core Java Interview Questions

Explain the use of javap tool.

0 Answers  


Explain the importance of finalize() method.

0 Answers  


What advantage do java's layout managers provide over traditional windowing systems?

0 Answers  


Can we declare an interface as final?

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,


What is an example of a keyword?

0 Answers  


What is string english?

0 Answers  


Is array size fixed in java?

0 Answers  


Why do people says “java is robust”?

0 Answers  


How does synchronized modifier work?

1 Answers   IBM,


Difference between interface and abstract class with ex.

4 Answers   Cognizant, Tech Mahindra,


What are the two types of java programming?

0 Answers  


Categories