Join the Java 27 Launch!
Join us on September 15th for a special three-hour livestream as we celebrate the release of Java 27. Expect live coding, technical deep dives, and conversations with special guests from the JDK team and community.
Join us on September 15th for a special three-hour livestream as we celebrate the release of Java 27. Expect live coding, technical deep dives, and conversations with special guests from the JDK team and community.
The Java Playground allows you to run snippets of program code to see the results. The way the Java Playground works, no class or main method is required. Just hit run below!
Been here before? Looking for something new to learn? Try these!
Learn how to write pass and return reference data.
Learn how to write class variables and methods.
Learn where data exists and can be accessed amongst classes and methods.
Videos to get you started
In this video, we walk through FRQ 1, where students were asked to write a constructor and method for an Account class.
In this video, we walk through FRQ 2, where students were asked to write the Bottle class.
In this video, we walk through FRQ 3, where students were asked to write a method to analyze data in an ArrayList.
In this video, we walk through FRQ 4, where students were asked to write a method to analyze a 2D Array.