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