Every Java program (which is in turn, built up from one or more Java classes) requires a Main method . The purpose of this special method is to serve as an entry point to your program so that your program can be executed.
Does a class need a method Java?
Every Java program (which is in turn, built up from one or more Java classes) requires a Main method . The purpose of this special method is to serve as an entry point to your program so that your program can be executed.