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 |
How do you make an arraylist empty in java?
What an i/o filter in java programming?
What does flagged out mean?
How do you check if a string is lexicographically in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How do you set security in applets?
whst is encapsulation?when u encpsulate actually while devoloping code?
Can a static member function access member variable of an object?
Does collectionutils isempty check for null?
How to display arraylist values in java?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
What is the purpose of lambda expressions?