a class in Java program, that contains main method, is called ___.
Answers
Answered by
9
Answer:
main method in Java is public so that its visible to every other class, even which are not part of its package. if its not public JVM classes might not able to access it. main method is static in Java, so that it can be called without creating any instance.
Answered by
7
Answer:
stand alone application is the answer
Similar questions