From the course: Parallel and Concurrent Programming with Java 1

Java SDK and IntelliJ IDEA - Java Tutorial

From the course: Parallel and Concurrent Programming with Java 1

Start my 1-month free trial

Java SDK and IntelliJ IDEA

- [Instructor] To demonstrate Java code examples throughout this course, I'll be using the Java Standard Edition JDK version 11.0.2, which is the latest release at the time of this recording. I'll also be using IntelliJ IDEA Community Edition to edit and run the examples. But feel free to use any Java development environment that you're comfortable with to follow along. I've written each of the code examples as a single Java file, which contains all of the necessary classes. They can be found in the corresponding directory of the downloadable exercise files. For some of the videos I'll provide you with a beginning state, the code at the beginning of the video, as well as an in-state after I've made modifications. You can find the Java file within the corresponding project directory and in the SRC folder.

Contents