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 |
How to provide security in java
0 Answers Infosys, TCS, Tech Mahindra,
Can a class extend 2 classes in java?
How do you compare two strings lexicographically?
how we can write the string concatenation program in java.
What are the 3 types of control structures?
Name the class that used to read objects directly from a stream?
What are operators and its types?
What is an infinite loop in java? Explain with an example.
What is an i/o filter?
Can we sort set in java?
Does java return by reference?
What is the similarity between dynamic binding and linking?