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
What are the methods to rectify ambiguities in the interfaces in JAVA?
Is a boolean variable?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is the difference between import java.util.date and java .util?
What do you mean by compiler?
What is java util hashmap?
What is boolean example?
Can you declare the main method as final?
Why volatile is used in java?
What is string pooling concept?
How to obtain a performance profile of java program
Can we override the private methods?
Why does it take so much time to access an applet having swing components the first time?
What exceptions occur during serialization?
What is bufferedreader in java?