Which java.util classes and interfaces support event
handling?
Answer Posted / 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 |
Post New Answer View All Answers
What is variable in java?
Why is java so important?
how do I create a runnable with inheritance? : Java thread
Can a method be overloaded based on different return type but same argument type?
What is extension method in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is autoboxing in java?
What is method reference in java?
What is the purpose of an interface?
What is the relationship between clipping and repainting under awt?
What happens when a thread cannot acquire a lock on an object in java programming?
What is a stack class in java ?
List some important characteristics on jre
How does hashmap work in java ?