Multiple choice

Which is the first method to be executed in a program?

  1. Its very first method

  2. Its very last method

  3. Its middle method

  4. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Explanation: The very first method the compiler looks for is the Main method in the program.