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 |
what is translator and it types
What is parameter tag and what is its use?
Why do we declare a class static?
what is Hashmap & Hashtable wirh example?
what is for datainputstream?
What is string in java?
What is %02d?
What does int argc char * argv [] mean?
What does function identity () do?
How will you initialize an Applet?
What are advantages of using Java?s layout managers than windowing systems?
List some oops concepts in java?