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 private public protected in java?
Is java same as core java?
what is the constructor and how many types of constructors are used in java?
What is assembly language?
If two threads have same priority which thread will be executed first ?
Can we override private methods?
What is the difference between preparedstatement and statement in java?
Explain java heap space and garbage collection?
What is method overloading and method overriding?
Define a java class.
What are mutable classes?
Is math an abstract class in java?
What is null object in java?
How can you add and remove nodes in jtree?
Which one will take more memory: an int or integer?