AWT/Swing Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 548 Page Views: 

Which java.util classes and interfaces support event handling?



Posted By: Avi Date: 8 November 2010 09:16:06 PM
 Answer:

The EventObject class and the EventListener interface support event processing.


Posted By: avibtech


Date: 8 November 2010 09:16:06 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image PgzlEN
Related Questions
AWT/Swing : What is a layout manager?

What is a layout manager?

A layout manager is an object that is used to organize components in a container. The different layo....
Category: AWT/Swing Date: 11/3/2010 3:53:05 PM
AWT/Swing : Which method is used for setting security in applets?

Which method is used for setting security in applets?

setSecurityManager
Category: AWT/Swing Date: 11/3/2010 3:20:04 PM
AWT/Swing : Which TextComponent method is used to set a TextComponent to the read-only state?
AWT/Swing : What are the restrictions imposed by a Security Manager on Applets?

What are the restrictions imposed by a Security Manager on Applets?

Applets cannot read or write files on the client machine that's executing it. 2- They cannot load li....
Category: AWT/Swing Date: 11/3/2010 12:26:05 PM
AWT/Swing : What is an event?

What is an event?

It is changing the state of an object.
Category: AWT/Swing Date: 11/3/2010 12:26:04 PM