What is audio clip interface? Name few methods of it ?



What is audio clip interface? Name few methods of it ?..

Answer / anuj shukla

The AudioClip Interface
The AudioClip interface defines these methods: play( ) (play
a clip from the
beginning), stop( ) (stop playing the clip), and loop( )
(play the loop continuously).
After you have loaded an audio clip using getAudioClip( ),
you can use these methods
to play it.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

How do you declare an empty string?

0 Answers  


When would you use a static class?

0 Answers  


What is anagram word?

0 Answers  


I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?

4 Answers  


What is final modifier?

0 Answers  






How to access a variable if it is declared as private?

3 Answers  


How do you use nextline in java?

0 Answers  


What is canonical name in java?

0 Answers  


what are class,constructor and primitive data types?

2 Answers   IBM,


What is the difference between abstract classes and interfaces?

0 Answers  


Compare Mutex and Semaphore in java.

0 Answers   Ciena,


Why is string class considered immutable?

0 Answers  


Categories