Skip to main content

Java

Pickcode's Java projects use Java 17. The full Java standard library is available for importing into programs.

Project types

Console

Console programs allow for printing and reading user keyboard input using standard library classes.

Console programs can read files (for example, a CSV file), and write to them. When a file is written to, the user is prompted in the console to download the contents of the new file.

Graphics

Note: Graphics projects are only available with a paid Classroom plan.

Graphics projects allow for displaying an output screen for Java programs.

Java Graphics projects have all standard library methods from Java for creating GUI programs, such as Swing and AWT. Uploading class files from curriculum like CSAwesome's Turtle and Picture lab work.