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

Connected

Exercise

Java's entry point

Every Java program needs a starting point - a place where execution begins. Without this entry point, Java wouldn't know where to start running your code. Let's set up this critical component!

Instructions

100 XP
  • Add the method name that serves as the entry point for Java programs.