I must implement a system for viewing and updating student data. At the beginning the system must load the data of the file students.txt and show the following menu:
To carry out this project, what is the most advisable to use: Hashtable
or HashMap
?