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

How would you use Bubble Sort to sort the number of elements?

0 Answers   Genpact,


what is an object class?Explain its methods?

6 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


List primitive java types?

0 Answers  


What is difference in between java class and bean?

0 Answers  






How to re-get an object that is collected by garbage collector?

1 Answers  


Hi friends, i am new to java. can you explain how java is secured.

2 Answers  


What JNDI(Java Naming and Directory Interface) provides?

4 Answers  


How can we make a class singleton?

0 Answers  


What is meant by structural programming?

0 Answers  


Can we have try without catch block?

0 Answers  


Are variables stored in ram?

0 Answers  


Categories