True/False
The following getAudioClip() method returns an object that will load the sound file and assign the location of that file to clip which can then be used to call methods that may play the sound file one or more times:
Audioclip clip = getAudioClip(getDocumentBase(), "mysound.wav");
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: In the link produced by the following
Q45: Due to security restrictions, applets cannot:<br>A) Delete
Q46: If a frame component is 200 pixels
Q47: An HTML document is usually saved with
Q48: Which of the following can a mouse
Q49: For all Swing components EXCEPT JApplet and
Q50: An applet using a Swing GUI extends
Q51: Applets are important because the can be
Q52: If you want to make sure that
Q53: In the following code, which line has