How to read the audio through microphone using Java? Can anyone explain?
please tell the Classes we need use.
or else give the link for online reference
Thanks in advance.
When you look for things that the java API can do always look first in the offical Oracle tutorials. There are a lot of them and they are, most of the time, a good starting point.
For you problem look at this one :
Oracle Java tutorials has a section on it:
http://docs.oracle.com/javase/tutorial/sound/capturing.html