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 is java virtual machine? Explain
why interfaces are faster than abstract classes?
What is exception in java?
What restrictions are placed on method overloading?
Why java is considered dynamic?
How are commas used in the initialization and iteration parts of a for statement?
why abstract class does not have object creation
How do you compare objects in java?
Can we make main() thread as daemon?
Is oracle java 11 free?
What is the core java?
What are heap memory and stack memory and what are memory tables.