• In the Java programming language: –A program is made up of one of moreclasses –A class contains one or more methods –A method contains program one or more statements
•In order to run a class, the class must contain a methodnamed“main” method named main
•The main method is the starting point of every program