Why does JComponent class have add() and remove() methods but Component class does not?

Submitted by: Administrator
JComponent is a subclass of Container and can contain other components and JComponents.
Submitted by: Administrator

Read Online AWT Job Interview Questions And Answers