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 |
which one the better thread emplemented thread or extended ?
What is method reference?
What is identifier with example?
What is the use of arraylist class in java?
Do we have pointers in java?
How many types of the indexof method are there for strings?
What is += mean in java?
What is a function in programming?
Have you used any version control ? if so explain about it?
What is the difference between array list and vector in java?
What is the difference between super class & sub class?
Can a lock be acquired on a class?