Threads and Sockets Programming in Java

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=tMc-5HL0KDw



Duration: 46:18
257 views
3


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.







Tags:
csci 41
threading
java
sockets
multithreading
server
client
port