AWT Container Class
Introduction The Container class is the superclass for the containers of AWT. Container object can contain other AWT components. Class declaration Following is the declaration for java.awt.Container class: public class Container extends Component…