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

What interface is extended by AWT event listeners?



Posted By: Avi Date: 9 November 2010 10:00:07 AM
 Answer:

All AWT event listeners extend the java.util.EventListener interface.


Posted By: avibtech


Date: 9 November 2010 10:00:07 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image WfhVB6
Related Questions
AWT/Swing : What is the difference between choice and list?

What is the difference between choice and list?

A Choice is displayed in a compact form that requires you to pull it down to see the list of availab....
Category: AWT/Swing Date: 11/3/2010 6:37:05 AM
AWT/Swing : What advantage do Java's layout managers provide over traditional windowing systems?

What advantage do Java's layout managers provide over traditional windowing systems?

Java uses layout managers to lay out components in a consistent manner across all windowing platform....
Category: AWT/Swing Date: 11/3/2010 5:20:07 AM
AWT/Swing : What is the difference between a Window and a Frame?

What is the difference between a Window and a Frame?

The Frame class extends Window to define a main application window that can have a menu bar.
Category: AWT/Swing Date: 11/3/2010 4:47:07 AM
AWT/Swing : What is the difference between the paint() and repaint() methods?

What is the difference between the paint() and repaint() methods?

The paint() method supports painting via a Graphics object. The repaint() method is used to cause pa....
Category: AWT/Swing Date: 11/3/2010 3:42:05 AM
AWT/Swing : What is the difference between a Scrollbar and a ScrollPane?

What is the difference between a Scrollbar and a ScrollPane?

A Scrollbar is a Component, but not a Container. A ScrollPane is a Container. A ScrollPane handles i....
Category: AWT/Swing Date: 11/3/2010 1:53:07 AM