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!
A 30 week lectures series to prepare for the AP CSA exam.
Intro to algorithms and programming, including variables, expressions, assignment, input and output.
Learn about the range of variable and how to use casting to change the type of a value. We will also explore using compound assignment operators.
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.