Question: Create a new Java Project named StudentApp Add 3 packages to project: dataaccess business presentation Add a new class called Student to the package business.
Create a new Java Project named StudentApp Add 3 packages to project: dataaccess business presentation Add a new class called Student to the package business. The student class has the following fields and access methods: id name gpa Add a new class called StudentFile to the package dataaccess. The class has two methods: saveStudents() and getStudents() Add a new JFrame Form called MainForm to the package presentation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
