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 |
What are multiple inheritances? Is it supported by java?
What is primitive array?
How to write custom exception in java?
Difference between abstract class and Interfaces?
7 Answers CTS, iFlex, PA Consulting, Sai Softech, Value Chain,
Why enumeration is faster than iterator?
Similarity and difference between static block and static method ?
Can java list contain duplicates?
What is garbage collection? Can it be forced to run?
what is the diffrence between class and object?
Can an abstract class be a final class?
5 Coding best practices you learned in java?
Why does java have different data types for integers and floating-point values?