InterviewSolution
Saved Bookmarks
| 1. |
What Is Compiler ? |
|
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. 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. |
|