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 |
Can you add null to a list java?
What is the difference between an interface and an abstract class?
Can you declare the main method as final?
What are the advantages of packages in java?
What is an array and a vector? How they different from each other?
Explain implementation and how is it different from conversion?
Can a class extends itself in java?
Why we override equals() method?
What are the main differences between notify and notifyAll in Java?
How do you remove duplicates from an array in java?
What are the features in java?
What is the technique adopted to create an immutable class?