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 a final class ?

0 Answers  


What is the function of static in java?

0 Answers  


What is the difference between jdk, jre, and jvm?

0 Answers  


what is singlton class?where it is use in real time senario.

1 Answers   Wipro,


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  






What is clipping?

2 Answers  


What are constructors in java?

0 Answers  


What is lexicographically smallest string?

0 Answers  


What is the Layout for ToolBar?

1 Answers  


what is use of marker interface? give me good example?

2 Answers  


Explain an intermediate language?

0 Answers  


Can we use catch statement for checked exceptions?

0 Answers  


Categories