1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Java

Connected

Exercise

Fill in the class

In Java, classes are the fundamental building blocks that organize your code. Think of them as containers that hold related functionality together. Every Java program you write will use at least one class!

Instructions

100 XP
  • Create a class called HelloClass.