Computer Science, asked by syedaijaz7906, 6 months ago

What is java compiler ​

Answers

Answered by shreyamkuar
4

Answer:

A Java compiler is a compiler for the programming language Java. The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that output optimized native machine code for a particular hardware/operating system combination

Answered by sushilkumarpra93
1

Explanation:

Generally, Java compilers are run and pointed to a programmer’s code in a text file to produce a class file for use by the Java virtual machine (JVM) on different platforms.

Similar questions