Here is the Project Link
A Java program to make a mini-telephone directory using a hash table with separate chaining. The hash table is implemented with class TelephoneBook, which stores an array of seven (7) LinkedList objects.
The user has 5 choices:
All names/numbers are stored depending on the hash code.