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

Is alive and join method in java?

0 Answers  


how to transactions(Bank transactions) in business process in ejb?

1 Answers   Photon,


How do you add spaces in java?

0 Answers  


What is System class and its purpose?

2 Answers  


who can i handle multiple client in RMI

0 Answers  


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread

0 Answers  


When do I need to use reflection feature in java?

0 Answers  


Which class should you use to obtain design information about an object

2 Answers  


What is a text string?

0 Answers  


What is ternary operator in java?

0 Answers  


Can we create a class inside a class in java?

0 Answers  


What is the default execution method in java?

0 Answers  


Categories