Which java.util classes and interfaces support event
handling?
Answer Posted / ranganathkini
The interface java.util.Observer interface and the
java.util.Observable class support event handling
Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
How many types of constructors are used in java?
Name few java 8 annotations ?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What are the 8 primitive data types in java?
why are there separate wait and sleep methods? : Java thread
Why parameters should be passed by reference?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is java in detail?
What is the difference between hashmap and hashtable in java?
How do you clear an arraylist in java?
How would you convert bytes to string?
What is difference overloading and overriding?
What do you understand by looping in java? Explain the different types of loops.
What is scope & storage allocation of static, local and register variables? Explain with an example.
Why we use multi threading instead of multiprocessing?