Discussion Forum : Introduction To Methods And Streams
Question -

Which of these is the method which is executed first before execution of any other 

thing takes place in a program?

Options:
A .  main method
B .  finalize method
C .  static method
D .  private method
Answer: Option C

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

be executed.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *