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 the OOPS concepts in Java ?
How to sort array of 0 and 1 in java?
What happens if we don’t define serial version uid?
what state does a thread enter when it terminates its processing? : Java thread
What is the difference between preemptive scheduling and time slicing in java programming?
What is static class
How does singleton class work?
How do you reverse a string in java without using string buffer?
What is sizeof in java?
Why is multithreading important?
How to sort the elements in HashMap
What is a lock or purpose of locks in java?