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
How are the elements of a gridbaglayout organized in java programming?
what is anonymous class in java?
What are the different types of data structures in java?
What is a static class in java?
What does it mean that a method or field is “static”?
What all methods are used to prevent thread execution ?
What is the difference between assignment and initialization?
Why can we not override static method?
What are predefined functions?
explain local datetime api in java8?
What is difference between static class and normal class?
What is the transient keyword?
Can you tell me range of byte?
What is class level lock ?
What is immutable class in java?