OnJava8-Examples icon indicating copy to clipboard operation
OnJava8-Examples copied to clipboard

About Parallel Streams

Open antaow opened this issue 3 years ago • 0 comments

Bruce, When I read your chapter on Concurrent Programming,In the section of Parallel Streams, For the isPrime() method in ParallelPrime.java, I tried to use (long) Math.sqrt(n) but the compiler gives an error,When I write the cast of (int) Math.sqrt(n) like this, it does not report an error ,I think this is a code error, because the parameter of the source code is int primetive type. Please have a look.

CleanShot 2022-06-30 at 14 00 30@2x

CleanShot 2022-06-30 at 14 05 42@2x

My java version is "17.0.1" 2021-10-19 LTS

antaow avatar Jun 30 '22 06:06 antaow