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 is void data type?
What is the difference between member variables initialization and assignment in a constructor?
Explain different states of a thread in java?
Which class should you use to obtain design information about an object
Why Java is not purely object oriented?
50 Answers Elitecore, Persistent, Reliance, Wipro,
What is difference between iterator and enumeration in java?
what is the difference between String s="hello"; and String s=new String("hello");?
Discuss about garbage collector in Java.
0 Answers Agilent, Integreon, ZS Associates,
What do you mean by singleton class in java?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
How to sort the elements in HashMap
Does set allows null in java?