What is audio clip interface? Name few methods of it ?
Answer Posted / 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 View All Answers
What is the purpose of using java.lang.class class?
What do you mean by ternary operator in java?
What's the purpose of using break in each case of switch statement?
What is finalize()?
Explain when noclassdeffounderror will be raised ?
What is the difference between class forname and new?
Is vector synchronized in java?
Give me example of derived data types.
How do you sort arraylist in descending order?
Which is better stringbuilder or stringbuffer?
What are the types of collections in java?
What is instance synchronization?
Which is better ascii or unicode?
Why Java doesn’t support multiple inheritance?
What is boolean strategy?