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 are the advantages of compiled language?
What are anonymous inner classes?
What is locale in java?
How do you control extraneous variables?
When should a function throw an exception?
Can we restart a dead thread in java?
Where import statement is used in a java program?
What is singleton math?
What is linked hashset and its features?
Can we clone singleton object in java?
Tell us something about different types of casting?
Explain an intermediate language?
What are exceptions
What are class types in java?
Why does java does not support multiple inheritance? Explain