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
Can finally block be used without a catch?
How do you create a method in java?
Is .net better than java?
What is bom encoding?
How to change the priority of thread or how to set priority of thread?
What is r * in math?
What is the difference between static and non-static variables in java programming?
How the metacharacters are different from the ordinary characters?
how to create daemon thread in java?
Why is stringbuffer faster than string?
What is the difference between a factory and abstract factory pattern?
What is difference between final and immutable?
What is the intersection and union methods?
What is illegal identifier in java?
Is there any limitation of using inheritance?