InterviewSolution
Saved Bookmarks
| 1. |
What happens if there are multiple main methods inside one class in Java? |
|
Answer» The PROGRAM can't compile as the compiler says that the METHOD has been already defined inside the class. |
|