What are the components and container classes?

The class Component is the abstract base class for the non-menu user-interface controls of AWT. A component represents an object with graphical representation. The class Container is the superclass for the containers of AWT. The container object can contain other AWT components.

Leave a Reply

Your email address will not be published. Required fields are marked *