Which java.util classes and interfaces support event
handling?
Answers were Sorted based on User's Feedback
Answer / 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 |
The interface java.util.Observer interface and the
java.util.Observable class support event handling
| Is This Answer Correct ? | 6 Yes | 9 No |
What is immutable state?
What do you mean by append?
If we don’t want some of the fields not to serialize how to do that?
How do you stop a thread in java?
What causes memory leaks in java?
What are the advantages of unicode?
what is the Arraylist limit (maximum) by default ?
13 Answers Fidelity, PlanetSoft, Wipro,
what is thread? What are the high-level thread states? : Java thread
Does chrome use java?
Is break statement can be used as labels in java?
What is the use of default method in interface in java?
Is 0 a real number?