GMT +2 : 2026-06-12 00:21 Compiler A compiler is a program which takes your human readable program, known as source code, and converts it to a computer readable format. In the Java environment, the Java compiler converts your source code to bytecode format which is understood by the Java Virtual Machine. Bytecode File See Also