Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: c
Explanation: If a static method is present in the program then it will be executed first, then main will be executed

Join The Discussion