J2SE Question:

What is compiler?

J2SE Interview Question
J2SE Interview Question

Answer:

A program to translate source code into code to be executed by a computer. The Java compiler translates source code written in the Java programming language into bytecode for the Java virtual machine1. See also interpreter.


Previous QuestionNext Question
What is compositing?What is compilation unit?