filmov
tv
Threads and Sockets Programming in Java

Показать описание
Network programming is considered one of the hardest topics in computer science, but you can set up Java so that it is as easy as reading and writing to the keyboard and screen.
When combined with threading, and things like atomics, we can make a multithreaded server that allows multiple people to compete in a trivia contest in real time at the same time.
When combined with threading, and things like atomics, we can make a multithreaded server that allows multiple people to compete in a trivia contest in real time at the same time.