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 to stop a thread in java? Explain about sleep () method in a thread?
When would you use a static class?
Can static method access instance variables ?
What is a wrapper method?
What is a substring of a string?
Is 0 a prime number?
What's the purpose of static methods and static variables?
Explain wait(), notify() and notifyall() methods of object class ?
How many boolean functions are there?
What is the maximum size of hashmap in java?
Can we sort hashmap in java?
What are the different http methods?
Why wait and notify methods are declared in object class?
How many types of java are there?
Can we start a thread twice in java?