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 is stream api in java8?

0 Answers  


What is the SimpleTimeZone class?

0 Answers  


What's a method in programming?

0 Answers  


What are local variables?

0 Answers  


How many functional interfaces does java 8 have?

0 Answers  


Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


Explain the selection sort algorithm and state its time complexity?

0 Answers   Flextronics,


Why java doesn’t support multiple inheritances?

0 Answers  


What are the properties of thread?

0 Answers  


When we give defination of interface method in the class why method must be public???

2 Answers  


what is Hashmap & Hashtable wirh example?

5 Answers   CTS, Saksoft,


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


Categories