What are the interfaces to deal with Applet applications?

Options
- AppletContext, AppletConfig
- AppletContext, AppletStub, AudioClip
- AppletConfig, AppletStub, AudioClip
- AppletConfit,AppletStub, VideoClip


CORRECT ANSWER : AppletContext, AppletStub, AudioClip

Discussion Board
Interface of Applets

There are three types of interfaces that deals with Applet applications. The interfaces are as follows:

1) AppletContext: The methods in this interface can be used by an applet to obtain information about its environment.

2) AppletStub: When an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser environment or applet viewer environment in which the application is running.

3) AudioClip: The AudioClip interface is a simple abstraction for playing a sound clip. Multiple AudioClip items can be playing at the same time, and the resulting sound is mixed together to produce a composite.

Rohit Sharma 09-27-2014 03:33 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement