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.
- Host: GitHub
- URL: https://github.com/fidelisaboke/contactsandmessaging
- Owner: Fidelisaboke
- Created: 2024-01-03T16:59:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T06:21:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T22:15:53.346Z (10 months ago)
- Topics: composition, concurrent-programming, singleton-pattern, threads
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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