From the course: Java Design Patterns: Structural

What you should know - Java Tutorial

From the course: Java Design Patterns: Structural

Start my 1-month free trial

What you should know

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

Contents