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 string a datatype?

0 Answers  


Where are the local variables stored?

0 Answers  


What is integer size in java?

0 Answers  


What is the use of System class?

0 Answers  


What is the difference between quicksort & mergesort? When should they be used? What is their running time?

0 Answers   Akamai Technologies,






what questions are been asked ??? for interview in apti

0 Answers  


How to sort elements in a parallel array in java?

0 Answers  


Different types of Layouts?

11 Answers  


What is meant by null and void?

0 Answers  


What is meant by overloading?

0 Answers  


Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


How many characters is 16 bytes?

0 Answers  


Categories