Explore the CodeHS Sandbox

Explore the programming languages and types of programs you can write in the CodeHS IDE. All programs are runnable in the browser—even on Chromebooks!

Languages

Java (main)

Java

Standard Java with the main method.

Create New

Java (console)

Java

Java that extends ConsoleProgram by default to have added functionality.

Create New

Java Swing (Graphics)

Java

Standard Java with a Graphical User Interface (GUI) for writing graphical Java programs.

Create New