Interview Questions and Answers pdf free download for freshers beginners experienced, Multiple Choice Questions with Answers Practice, Placement Papers
Saturday, 18 February 2012
Why does JComponent have add() and remove() methods but Component does not? | Java Swings
JComponent have add() and remove() methods but Component does not because JComponent is a subclass of Container, and can contain other components and jcomponents.