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 reflexive association?
What is ++ a in java?
Can you create an object of an abstract class?
What is java and why do we need it? Explain
Write code to implement bubble sort in java?
What isan abstract class and when do you use it?
Can we convert integer to string in java?
What is matcher in java?
Is singleton thread safe in java?
What is square root in java?
Is empty in java?
How destructors are defined in java?
when should you use stringbuilder class in a program?
What does %d do in java?
What is the main difference between java platform and other platforms?