Solved

Which of the Following Import Statements Is Necessary to Make

Question 31

Multiple Choice

Which of the following import statements is necessary to make the connection between the controller class and the application's FXML file?


A) import javafx.lang;
B) import javafx.scene.control;
C) import javafx.fxml;
D) import javafx.fxml.FXML;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions