Applet package Causes audio clip to replay continually by using public void loop() method - Applets
Q. 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?
- Published on 19 Oct 15a. public void play()
b. public void loop()
c. public void stop()
d. None of the above
ANSWER: public void loop()