answersLogoWhite

0

What is the compiler for java?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

javac.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the best compiler can be used to create Java programs?

A Java compiler.


What does the Java compiler translate Java source code to?

The Java compiler translates Java source code to Java byte code.


What is the difference between java compiler and C compiler?

Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect


Is the Java compiler 16bit or 32bit?

The Java compiler itself (javac) is a 32-bit application.


When java uses compiler?

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).


Does Java Script use the same compiler as Java?

No


Is JVM is part of compiler?

no jvm is not a part of java compiler


What is the name of java compiler?

It is simply called the Java compiler. The actual program is usually called Javac.


Which os is build in Java compiler?

Java compiler available on multiple platforms, the class files it generates are platform-independent.


Is compiler is platform independent?

No. (Of course you should specify what compiler you are talking about.)


What is Javac?

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


Is java interpreter or compiler?

Java has both a compiled and an interpreted stage.1) The programmer writes his source codes (.java extension); a compiler will compile this to bytecode (.class extension).2) When the end-user runs the .class program, the JVM (Java Virtual Machine) will interpret this.