Parallel programming in Java

后端 未结 19 1340
时光说笑
时光说笑 2021-01-30 11:14

How can we do Parallel Programming in Java? Is there any special framework for that? How can we make the stuff work?

I will tell you guys what I need, think that I devel

19条回答
  •  误落风尘
    2021-01-30 11:17

    Have you looked at this:

    http://www.javacodegeeks.com/2013/02/java-7-forkjoin-framework-example.html?ModPagespeed=noscript

    The Fork / Join Framework?

    I am also trying to learn a bit about this.

提交回复
热议问题