An open API service indexing awesome lists of open source software.

https://github.com/orangomango/thread-test

Multithreading in Java
https://github.com/orangomango/thread-test

java multithreading test

Last synced: 4 months ago
JSON representation

Multithreading in Java

Awesome Lists containing this project

README

          

# thread-test
## com.orangomango.threadtest.ThreadTest
Multithreading in Java

## Watch, put like and subscribe: https://youtu.be/mtqw4ewRufM

## Run program
* In the `bin` directory use this command to run program: `java com.orangomango.threadtest.ThreadTest`
* Or in the `bin` directory use the `.jar` file with the command: `java -jar threadtest.jar`

## Source code
Source code available in `src/com/orangomango/threadtest/`.

## Output
![Screenshot](https://user-images.githubusercontent.com/61402409/101801208-59605b00-3b0e-11eb-973b-fce2a85c224c.jpeg)