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

What is the use of volatile in java?

0 Answers  


What is the use of arraylist in java?

0 Answers  


What is meant by nested loop?

0 Answers  


class test { private static void main(String []adsf) { } } explain me that the above code is error or exception

3 Answers  


how come we know the object is no more used in the class?

2 Answers   Accenture,






What is java class writing rules?

1 Answers   Oracle,


can we create object for static class in java

14 Answers   IAP Company, IBM, Marlabs, mPortal, TCS,


Can a class have a static inner class?

0 Answers  


What is lambda programming?

0 Answers  


What is preflight request?

0 Answers  


can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


Can we have a try block without catch block?

0 Answers  


Categories