answersLogoWhite

0

Which os is build in Java compiler?

Updated: 12/8/2022
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which os is build in Java compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you build c plus plus compiler to java?

Not possible.


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

A Java compiler.


Best text editor with embedded compiler for java?

eclipse 4.2 - juno (or recent build)


Why java called platform indeependent?

Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).


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 compiler for java?

javac.


What is the name of java compiler?

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