Skip to content

jseihee/Virtual_Cafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Virtual_Cafe

Welcome to the Virtual Café system! This Java-based project simulates a café environment where customers can place orders, and the barista processes them in a concurrent and multithreaded setting. Below are instructions on how to run the code.

Prerequisites

Make sure you have the following installed on your system:

  • Java Development Kit (JDK)
  • Java Runtime Environment (JRE)

Instructions

  • Run the Customer class main method to start the virtual café

Additional Notes

  • This project uses a client-server architecture, with the Customer class serving as the server and the Barista class as the client.
  • Concurrent and multithreaded programming concepts are demonstrated, providing a realistic simulation of a café environment.
  • Check the code comments for further details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages