From the course: Java Design Patterns: Behavioral Part 1

What you should know - Java Tutorial

From the course: Java Design Patterns: Behavioral Part 1

Start my 1-month free trial

What you should know

- [Bethan] Before you get started with this course, there are a few things you should know. You should already be familiar with writing code in Java. I won't be explaining any of the basic syntax, so if you're new to Java, I'd suggest watching the course, Learning Java, before starting this one. If you're comfortable with the basics of writing Java code, it's times open your favorite IDE. I'll be working in IntelliJ, but you can use whichever one you're most comfortable with. Java 8 or higher is required for all the examples and exercises in this course and all Maven projects. This is just to make it easy to import them into any IDE, but no knowledge of Maven is required for this course. Most IDEs already come bundled with Maven.

Contents