Public is the access specifier which means that program can be accessed from anywhere and has no restrictions
Static dictates the compiler that main should be run before anything else in the program
Void indicates that main() will not return any value
Static dictates the compiler that main should be run before anything else in the program
Void indicates that main() will not return any value