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

https://github.com/petekgithub/jpg-copier-java-io-and-multithreads

A simple picture copy programme with multithreading.
https://github.com/petekgithub/jpg-copier-java-io-and-multithreads

fileinputstream java multithreading

Last synced: 4 months ago
JSON representation

A simple picture copy programme with multithreading.

Awesome Lists containing this project

README

        

# Jpg Copier with Multithreading and Java I/O

A simple program that copies a jpg file 3 times with 3 threads.

## What I Learned

* Copying a file and using FileInput/OutputStream
* Practice of Multithreading