Skip to content

About Parallel Streams #61

Description

@antaow

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions