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 the difference between Trusted and Untrusted Applet ?
What is the file extension for java?
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
What are different types of Exceptions?.
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?
How do you declare an array that will hold more than 64KB of data?
what Data encapsulation in java?
What are Inner classes?
How to find the largest value from the given array.
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
What 5 doubled?