Which of these is the method which is executed first before execution of any other thing takes place in a program?
(a) main method
(b) finalize method
(c) static method
(d) private method
This question was addressed to me by my college professor while I was bunking the class.
Origin of the question is Methods Taking Parameters topic in portion Classes and Methods of Java