You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# ConcurrentProgrammingWithJavaThreads
2
2
Concurrent Programming with Java Threads. The project imitates the scenario of a company containing 10 departments, making transactions over 50 of its internal accounts.
3
3
4
-
# Assignment problem Statement
4
+
# Assignment Problem Statement
5
5
I was supposed to develop a thread-based Java Program, capable of executing on multiple cores, for the following scenario.
6
6
7
7
A company wishes to implement a simple accounting system that allows each of its 10 departments to perform the following transactions on its 50 internal accounts.
0 commit comments