- A It allows the method to be called without creating an instance of the class.
- B It ensures that the main method is executed first when the program starts.
- C It enables the main method to access static variables and methods directly.
- D All of the above.