An open API service indexing awesome lists of open source software.

https://github.com/fidelisaboke/contactsandmessaging

A simple Java program that models the working of a phonebook and messaging functionality of a phone, via the program terminal, using threads.
https://github.com/fidelisaboke/contactsandmessaging

composition concurrent-programming singleton-pattern threads

Last synced: 8 months ago
JSON representation

A simple Java program that models the working of a phonebook and messaging functionality of a phone, via the program terminal, using threads.

Awesome Lists containing this project

README

          

# ContactsAndMessaging
A simple Java program that models the working of a phonebook and messaging functionality of a phone, via the program terminal.
Concepts applied: Concurrency (via Threads), Singleton design, Java Collections (specifically ArrayList), Composition