Answer the following questions. All your answers together should not exceed two pages. You can use code segments to help
Posted: Tue Jul 12, 2022 8:17 am
Answer the following questions.
All your answers together should not exceed two pages. You canuse code segments to help explain your answers.
1. Explain the role of JDK 8/12, JavaFX, and SceneBuilder in anEclipse project;
2. What does the file “mysql-connector-java-5.1.46.jar” do?
3. Explain in steps on how you would use SceneBuilder to build aGUI (e.g. a survey form) to collect data from the user and save itin a text file in your own computer;
4. Explain in steps on how you will write a Java program to readdata from a table in a MySQL database and display the data on aJavaFX GUI such as a text box.
All your answers together should not exceed two pages. You canuse code segments to help explain your answers.
1. Explain the role of JDK 8/12, JavaFX, and SceneBuilder in anEclipse project;
2. What does the file “mysql-connector-java-5.1.46.jar” do?
3. Explain in steps on how you would use SceneBuilder to build aGUI (e.g. a survey form) to collect data from the user and save itin a text file in your own computer;
4. Explain in steps on how you will write a Java program to readdata from a table in a MySQL database and display the data on aJavaFX GUI such as a text box.