FormLoad

Which of the following is/are true?
  1. The FormLoad event is executed at the start of program execution
  2. The FormLoad event is executed at the end of program execution
  3. A FormLoad event handler could include loops
  4. A FormLoad event handler could make selected user interface objects visible
  5. A FormLoad event handler could initialize a variable with a value typed in by the user
Explain your answers.