Multiple choice Which is the first method to be executed in a program? Its very first method Its very last method Its middle method 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.