Question: please provide answer only in javafx application. 1. Write a program that stores a Date object for the current time, the double value 2.5 ,
1. Write a program that stores a Date object for the current time, the double value 2.5 , and an array of five int values 1,2,3,4, and 5 , into a file named file1.dot. Then provide code to read and display all the data stored in the file. 2. Write a program that creates a GUI that contains a label ("Enter the data"), a text area and a button. The user types in the text area lines each containing the name of a student and an integer representing their grade. When the user clicks the button, the program should get the text from the text area and save the data into a binary file as UTF strings and as integers. Calculate the average (a double) of the grades and save it to the end of the binary file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
