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

Is java a digit method?

0 Answers  


What is the Set interface?

2 Answers  


Can there be an abstract class with no abstract methods in it?

1 Answers  


How many bits is a word?

0 Answers  


How many bytes is a string java?

0 Answers  






Can a list be null in java?

0 Answers  


What is lexicographically smallest string?

0 Answers  


Can you inherit from an abstract class java?

0 Answers  


Java run-time system generates What class of exceptions?

2 Answers   TCS,


Name the method of a Container that can be used to cause a container to be laid out and redisplayed?

1 Answers  


Explain implementation and how is it different from conversion?

0 Answers   Aricent,


what is Hashmap & Hashtable wirh example?

5 Answers   CTS, Saksoft,


Categories