Which java.util classes and interfaces support event
handling?
Answers were Sorted based on User's Feedback
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 |
The interface java.util.Observer interface and the
java.util.Observable class support event handling
| Is This Answer Correct ? | 6 Yes | 9 No |
Why java is considered as platform independent?
Why do we need hashmap in java?
difference throws and throw in java
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is the use of default method in interface in java?
Which java collection does not allow null?
What is an i/o filter?
Explain method overloading?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
What are class members by default?
Difference between abstract and concrete class ?
What state does a thread enter when it terminates its processing in java programming?