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 are the six ways to use this keyword?
How to create a base64 decoder in java8?
What is the final variable?
What is bool mean?
What is a stringbuffer?
Can classes declared using the abstract keyword cab be instantiated?
What’s a deadlock?
When object is created and destroyed?
What is the properties class?
What is the difference between the direct buffer and non-direct buffer in java?
Java violates few objected oriented concepts. Can you explain in what way?
What is a text string?