Which java.util classes and interfaces support event
handling?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why 1 is not a prime number?

563


Explain exception chaining in java?

611


What is files manifesting?

1735


how to run ecllipse with jettyserver for windows environment using batch file

1498


Explain about assignment statement?

600






How does map works in java?

520


why Java does not support multiple inheritances?

706


How many bytes is a string in java?

535


What is difference between array and arraylist in java?

466


When do we use synchronized blocks and advantages of using synchronized blocks?

669


Is treeset sorted in java?

588


What does sprintf mean?

540


Is java jre still free?

540


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

592


what do you mean by classloader?

555