Computer Science, asked by dhruv13214, 11 months ago

a class in Java program, that contains main method, is called ___.​

Answers

Answered by Anonymous
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 nehalgoyal2006
7

Answer:

stand alone application is the answer

Similar questions