Understanding Java-2
Jan 31, 2023 · 2 min read · All about public static void main(String[] args) JVM looks for the main method to execute the java program. The signature of the main method should be as defined above so that JVM can recognize it as the entry point. public - It is an access specifi...
Join discussion
