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 |
Explain the use of javap tool.
Explain the importance of finalize() method.
What advantage do java's layout managers provide over traditional windowing systems?
Can we declare an interface as final?
What is aggregation?
What is an example of a keyword?
What is string english?
Is array size fixed in java?
Why do people says “java is robust”?
How does synchronized modifier work?
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
What are the two types of java programming?