Computer Science, asked by ooiuu, 1 year ago

What is compiler in java?

Answers

Answered by Anonymous
6

A compiler is a computer program that translates computer code written in one programming language (the source language) into another programming language (the target language). A program that translates between high-level languages is usually called a source-to-source compiler or transpiler.

JDK comes along with the Java compiler, all the library classes and JVM that is required to execute the Java Application. Both. ... jdk is java development kit which comes up with java run time environment(JRE), a interpreter , a compiler and javadoc.

Answered by VISHALKUMARV22
8

Answer:

A Java compiler is a program that takes the text file work of a developer and compiles it into a platform-independent Java file. The programmer then runs a compiler for the appropriate language, specifying the name of the file that contains the source statements.

Similar questions