ByteBrawl - The Simplest Program - Java File - Java Basics

Java File - The Simplest Program

Now that you're more familiar with Java, we can look at what a Java file requires to run.

The Simplest Program (HelloWorld.java)

A Java file needs to have a class named the same as the file. This requirement is met here with our HelloWorld class in HelloWorld.java.