Threads and Sockets Programming in Java
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=tMc-5HL0KDw
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.
Other Videos By Bill Kerney
2022-07-06 | TTT AI + Fixed Pipeline Renderer |
2022-07-06 | Adding Trigger Zones to a Map in UE5 |
2022-07-05 | Welcome to IS50A and Unreal Engine 5 |
2022-07-05 | Welcome to IS50B - Game Engine Terminology |
2022-05-13 | End of the Year |
2022-05-13 | Final Review |
2022-05-11 | Introduction to Graph Theory |
2022-05-11 | Python in 45 minutes |
2022-05-09 | Sample Project - Grocery Store |
2022-05-09 | Evaluating Media Sources |
2022-05-06 | Threads and Sockets Programming in Java |
2022-05-06 | Java for the C++ Programmer in 1 Hour |
2022-05-06 | Automation and the Chip Shortage |
2022-05-04 | C++ Trivia Quiz |
2022-05-04 | Threads II: Atomics, Mutexes, Thread-Specific Variables |
2022-05-04 | Binary Representations + Digital Ownership |
2022-05-02 | C++ Threads in 11 minutes |
2022-05-02 | Consciousness |
2022-04-29 | Tries Part II, Huffman Coding |
2022-04-29 | Python in 50 minutes |
2022-04-27 | Tries |
Tags:
csci 41
threading
java
sockets
multithreading
server
client
port