write the hierarchy of component class?



write the hierarchy of component class?..

Answer / narasimha

abstract class Compoent extends java.lang.Object implents
ImageObserver, MenuContainer, Serializable

the known subclasses are

Button,
Canvas,
Checkbox,
Choice,
Container,
Label,
List,
Scrollbar,
TextComponent

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the different ways of implementing thread? Which one is more advantageous?

0 Answers  


What exactly is java?

0 Answers  


How can two threads be made to communicate with each other?

3 Answers   HCL,


Where is java located?

0 Answers  


What are the advantages and disadvantages of reference counting in garbage collection?

0 Answers  






Can singleton class be cloned?

0 Answers  


why Interface used?

0 Answers   HCL,


What is a instance variable?

0 Answers  


How to transfer data from an Applet to Servlet ?

1 Answers  


What is a classloader in java?

0 Answers  


What is the purpose of having the concept of overloading?

7 Answers   Ness Technologies,


What is difference between path and classpath variables?

0 Answers  


Categories