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 math exp in java?
What are the library functions in java?
Are arrays static in java?
What happens when heap memory is full?
What is the use of coding?
How to run a JAR file through command prompt?
How can we find the sum of two linked lists using stack in java?
Why do we use threads in java?
what is meant wrapper classes?
Can a class have more than one object?
What does you mean in math?
What mechanism does java use for memory management?
Explain about main() method in java ?
How do you change an int to a string?
What does localhost mean?