It is simply called the Java compiler. The actual program is usually called Javac.
The Java compiler translates Java source code to Java byte code.
no jvm is not a part of java compiler
Java compiler available on multiple platforms, the class files it generates are platform-independent.
No. (Of course you should specify what compiler you are talking about.)
The Javac is the java compiler javac.exe is a process associated with Java(TM) 2 Platform Standard Edition 5.0 Update 5 from Sun Microsystems, Inc.. Java Capusal this is a java compiler
A Java compiler.
The Java compiler translates Java source code to Java byte code.
Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect
The Java compiler itself (javac) is a 32-bit application.
What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).
No
no jvm is not a part of java compiler
javac.
Java compiler available on multiple platforms, the class files it generates are platform-independent.
No. (Of course you should specify what compiler you are talking about.)
The Javac is the java compiler javac.exe is a process associated with Java(TM) 2 Platform Standard Edition 5.0 Update 5 from Sun Microsystems, Inc.. Java Capusal this is a java compiler
Get the JDK & Bluej from net and the rest will be done by them. Java byte codes are stored as *.class ; where "*" represents the class name, in your hard disk. You can download BlueJ as well as JDK from the related link.