Answers for "why can create object of main class in java"

0

Does JVM create object of Main class (the class with main())?

“No”. We have studied that the reason for main() static in Java is to make sure that the main() can be called without any instance.
Posted by: Guest on December-11-2020

Code answers related to "why can create object of main class in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language