Java Tutorial 16: Hello Multi-Threading!

Опубликовано: 14 Октябрь 2024
на канале: Maxwell Sanchez
77,112
305

Hello everyone! Today in Java, we are going over simple multithreading in Java, and using it to calculate Prime Numbers. The code for this is not optimized-the isPrime function could be improved a ton and could be a lot faster, but that's not the point of this tutorial :)
Download link is a Zip file, containing all two source files in both .java and .txt format, compiled class files (for command line use), a compiled jar of the program (test it out for yourself!) and a sample output with primes up to the millions.
www.theopeneffect.com/Tutorials/Tutorial16.zip

If you need any help, don't be shy! Comment section is here for a reason :)