Please enable JavaScript to use CodeHS

CodeHS Glossary


Compiler Java

A tool that compiles your Java code, it takes the Java code you've written and turns it into an executable program. The compiler is very picky, and needs your code to be written with the proper Java syntax.