Question: Which change will make this code compile successfully?

  1. Change line 2 to `public static final String message`
  2. Change line 6 to `public void print2(){}`
  3. Remove the body of the `print2` method and add a semicolon.
  4. Remove the body of the `print` method.

Answer: The correct answer of the above question is Option D:Remove the body of the `print` method.