Multiple choice

What are the interfaces to deal with Applet applications?

  1. AppletContext, AppletConfig

  2. AppletContext, AppletStub, AudioClip

  3. AppletConfig, AppletStub, AudioClip

  4. AppletConfit,AppletStub, VideoClip

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The standard interfaces associated with Applet applications in the legacy java.applet package include AppletContext, AppletStub, and AudioClip. These provide communication capabilities, audio playing, and applet environment management.