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 |
How will you add panel to a frame?
How does varargs work in java?
How to sort the elements in HashMap
Why do we need wrapper class?
Is it safe to install java on my computer?
What is object class in java?
Who found java?
What is binary tree in java?
What do you know about java?
How many bytes is a string java?
What is the difference between compile-time polymorphism and runtime polymorphism?
Define an applet in java?