What is the name of the java compiler used to compile the source file to a byte code?

Questions by deeptiagrawal

Showing Answers 1 - 11 of 11 Answers

rakesh77chandra

  • Nov 17th, 2007
 

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.

velskvm

  • Dec 15th, 2007
 

Interpreter : convert source code into byte code
JVM             : executes the byte the code

  Was this answer useful?  Yes

vawani

  • Nov 5th, 2008
 

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


I hope you got the answer


with regards
Vawani

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions