What does the class hierarchy of the Applet class look like?
Created May 7, 2012
John Zukowski The inheritence hierarchy of the java.applet.Applet class is as follows:
+-----------+ | Object | +-----------+ | +-----------+ | Component | +-----------+ | +-----------+ | Container | +-----------+ | +-----------+ | Panel | +-----------+ | +-----------+ | Applet | +-----------+