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

What is the immediate superclass of Menu?



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

MenuItem


Posted By: avibtech


Date: 8 November 2010 09:49: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 OvisRQ
Related Questions
AWT/Swing : What is the lifecycle of an applet?

What is the lifecycle of an applet?

init( ) method: called when an applet is first loaded 2- start( ) method: called each time an apple....
Category: AWT/Swing Date: 11/3/2010 12:48:04 AM
AWT/Swing : What is the difference between a MenuItem and a CheckboxMenuItem?

What is the difference between a MenuItem and a CheckboxMenuItem?

The CheckboxMenuItem class extends the MenuItem class to support a menu item that may be checked or ....
Category: AWT/Swing Date: 11/2/2010 10:26:06 PM
AWT/Swing : What is the diffrence source and listener ?

What is the diffrence source and listener ?

A source is an object that generates an event when the internal state of that object changes in some....
Category: AWT/Swing Date: 11/2/2010 9:21:04 PM
AWT/Swing : What is the relationship between clipping and repainting?

What is the relationship between clipping and repainting?

When a window is repainted by the AWT painting thread, it sets the clipping regions to the area of t....
Category: AWT/Swing Date: 11/2/2010 8:04:07 PM
AWT/Swing : What is difference between Swing and JSF?

What is difference between Swing and JSF?

The key difference is that JSF runs on server. It needs a server like Tomcat or WebLogic or WebSpher....
Category: AWT/Swing Date: 11/2/2010 7:32:06 PM