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 |
Is java a digit method?
What is the Set interface?
Can there be an abstract class with no abstract methods in it?
How many bits is a word?
How many bytes is a string java?
Can a list be null in java?
What is lexicographically smallest string?
Can you inherit from an abstract class java?
Java run-time system generates What class of exceptions?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
Explain implementation and how is it different from conversion?
what is Hashmap & Hashtable wirh example?