Skip to content

silentrald/java-thread-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Thread Workshop

This repository will teach you the basics of threads.

In programming, we are used to reading code from top to bottom -- a single process program. But in our generation, our processors can handle many processes at any point in time. To use this we have the concept of parallel processing. We can utilize this in Java by using the Thread Class and make a separate process that will run simultaneously with the main thread.

Sources: Threads and Multiprocessing


Run on Windows

Just double click on the run.bat file to compile and run.

Run on Linux or Mac

Go to your console and find the directory of the run.sh file and just run the command:

sh .\run.sh

About

This repo will teach you the basics of threads. Some socket programming will also be implemented.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published