DEVFYI - Developer Resource - FYI

What is compiler

J2SE Interview Questions and Answers


(Continued from previous question...)

39. What is compiler

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.

(Continued on next question...)

Other Interview Questions