All Questions
4 questions
4
votes
2
answers
12k
views
Using threads to find max in array
I really do not have access to anyone, outside of professors, that is highly knowledgeable about Java so I figured I would post my stuff here to further my knowledge and improve my coding. This is ...
6
votes
1
answer
26k
views
Java multithreaded file server and client - emulate TCP over UDP
My task was similar to my last assignment but this time I had to do it with UDP instead of TCP. This basically means I had to emulate TCP over UDP.
Multithreading ...
11
votes
1
answer
51k
views
Java multi-thread file server and client
My task was to build a multi-thread file server and a client that can upload or download a named file over sockets. It is assumed that the client will finish after its operation and there is no need ...
5
votes
2
answers
28k
views
Cash-withdrawal from an ATM
I'm seeking review comments (design, performance, etc.) based on the problem statement:
Write a CashWithDrawal function from an ATM which based on user
specified amount dispenses bank notes. ...