MCQOPTIONS
Saved Bookmarks
| 1. |
An applet can play an audio file represented by the AudioClip interface in the java, applet package Causes the audio clip to replay continually in which method? |
| A. | public void play() |
| B. | public void loop() |
| C. | public void stop() |
| D. | None of the above |
| Answer» C. public void stop() | |