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 difference between array and vector?
Describe the process as to how substring() methodology mechanisms in java.
What is a boolean field?
Where are local variables stored?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is keyword in oop?
Why do you canvas?
What is a heavyweight component?
Can one thread block the other thread?
Can a private method of a superclass be declared within a subclass?
What’s the difference between the methods sleep() and wait()?
When do we use synchronized methods in java?
What are the two ways of implementing multi-threading in java?
How many types of gc are there in java?
Why java is considered dynamic?