8. A class in Java program, that contains main method, is called
A Java program must have name similar to that of
Answers
Answered by
1
Answer:
All Java programs must have an entry point, which is always the main() method. Whenever the program is called, it automatically executes the main() method first.
Explanation:
Hope it helps
Similar questions