InterviewSolution
Saved Bookmarks
| 1. |
Why Does Jcomponent Have Add() And Remove() Methods But Component Does Not? |
|
Answer» Because JComponent is a SUBCLASS of CONTAINER, and can CONTAIN other COMPONENTS and jcomponents. Because JComponent is a subclass of Container, and can contain other components and jcomponents. |
|