Question 1
Every JavaFX main class ________.
◦ overrides start(Stage s) method
◦ extends javafx.application.Application
◦ overrides start() method
◦ implements javafx.application.Application
Question 2
Which of the following statements are true?
◦ A primary stage is automatically created when a JavaFX main class is launched.
◦ You can have multiple stages displayed in a JavaFX program.
◦ A scene is placed in the stage using the setScene method.
◦ A stage is displayed by invoking the show() method on the staged.
◦ A scene is placed in the stage using the addScene method.