GMT +2 : 2026-09-13 09:24 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