Which java.util classes and interfaces support event
handling?
Answer Posted / ranganathkini
The interface java.util.Observer interface and the
java.util.Observable class support event handling
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is difference between module and function?
What is the use of a conditional inclusion statement in Java ?
Explain about static nested classes in java?
What is user defined exception in Java?
What is instance means in java?
Is array a class in java?
Is singleton set an interval?
What is the difference between path and classpath variables?
Why java uses the concept of the string literal?
In how many ways we can create threads in java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Print Vertical traversal of a Binary Tree.
What is the benefit of abstract class?
What are the new features in java 8?
which class is the wait() method defined in? : Java thread