Getting Started with Java

Set up your development environment and understand the Java ecosystem (JDK, JVM, JRE). You will create and run your first Java applications, both with and without an IDE, and learn basic debugging techniques.

Arrays and Loops

Understand how to store and manipulate collections of data using arrays. You will also learn how to iterate over data efficiently using loops and utility classes.