Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 674 Bytes

Dictionary

client-server program

JAVA

An application used as a dictionary of terms and interpretations.

The system displays a sorted list of terms and their interpretations.

The system allows the user to add a term and interpretation, delete a term and interpret and update an interpretation. After each add and delete the list is updated.

The user can also search for a term in the dictionary.

The user can save and load the dictionary.

The user works with a graphical interface that allows him work with the required functionality.

The class that represents the dictionary uses a data structure from the Java Collection Framework to save the terms (HashMap).