RE: What is the name of the java compiler used to comp...
Java Virtual Machine will convert the source code into byte code....while it is compiling and byte code will be converted into machine code by interpreter.
RE: What is the name of the java compiler used to compile the source file to a byte code?
There is no specific name for it its only JAVA COMPILER and you can find it by the name javac.exe which you are providing the class path at the compilation or at the
system properties--> Advanced-->environment variable in windows
if you have taken the default installation you will find it in C:Program Filesjavajdk..bin