Multiple choice

Main method can be overriden

  1. Yes

  2. No

  3. Sometimes

  4. with brute force

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

The main method is a static entry point for the JVM and cannot be overridden in the traditional sense of polymorphism.