Difference between component and container in java
Answers
Answered by
9
Answer: Java's Component class represents visual elements of a Graphical User Interface. ... AContainer is a component that can contain other components (including other containers). This is the essentialdifference between containers and other types of component. Subclasses of Container include Frame, Panel, and Applet.
CPSC 124:
CPSC 124:
Similar questions