Question: Write a Java application called StudentApplication with the following specifications: 1. The application has one data file (studentInfo.txt) and at least the following two source-

Write a Java application called StudentApplication with the following specifications: 1. The application has one data file (studentInfo.txt) and at least the following two source- code files: StudentApp.java (containing the main method) and Student.java 2. The studentInfo.txt file has just these three lines of data, without leading or trailing blank lines, formatted the following way: last name, first name, gpa 1. Hunter, Artemis, 2.7 2. Flowers, Flora, 3.3 3. Fields, Heather, 3.1 3. The main method in StudentApp.java contains only these three lines of code, exactly as written: 1. String fileName= "studentInfo.txt"; 2. List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
