
hello,
Can I make multiple main methods in the same class?
If no then what will happen in compilation time?

hello
No we can not make multiple main with in the same class program fails to compile. Compiler gives error that the main method is already defined in the class.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.