In Javapublic static void main(String[] args)
In Java<br/>public static void main(String[] args) {<br/>What exactly
do each of these words mean? They are always used but I don’t really understand what they mean.
Public?
Static?
Void?
Main?
string[]?
Args?