1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Introduction to Java

Connected

Exercises

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!

คำแนะนำ

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