-
Which of these is the method which is executed first before execution of any other thing takes place in a program?
-
- finalize method
- private method
- main method
- static method
- None of these
Correct Option: D
If a static method is present in the program then it will be executed first, then main will be executed.