Java - Packages - Interview Questions and Answers on java.applet package

Q1. Name few classes of package java.applet?

Ans.[Applet, AppletStub, AudioClip, AppletContext]

Q2. Which are the subclasses for Applet?

Ans.[, JApplet]

Q3. Which is the Parent Class of Applet class?

Ans.java.awt.Panel

Q4. What is the package name for Applet class?

Ans.java.applet

Q5. Which interfaces are implemented by Applet?

Ans.[, Serializable, ImageObserver, MenuContainer, Accessible]