Multiple choice

The means by which the browser and the applet communicates is

  1. AppletSkeleton interface

  2. AppletApplication interface

  3. AppletStub interface

  4. AppletWindow interface

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

The AppletStub interface serves as the communication channel between an applet and its browser environment. It provides methods like getParameter(), getAppletContext(), and showStatus() that allow the applet to interact with the browser and retrieve contextual information.