Authentication:
Create a java program that allows students to log on to a system using their Student ID number
and
password after validation and comparing their Student ID number and
password to elements of a file to gain access to their grades.
The program should include:
files
Logs
Serialization
Exception handling
Searching file
Reading from file

Authentication- Create a java program that allows students to log on t.docx

  • 1.
    Authentication: Create a javaprogram that allows students to log on to a system using their Student ID number and password after validation and comparing their Student ID number and password to elements of a file to gain access to their grades. The program should include: files Logs Serialization Exception handling Searching file Reading from file