multithreading - Any suggestions for a program or small project to learn about concurrency in Java? -
I aim to know about concurrency in Java: Currently my state of knowledge is bad. I am pretty sure that I know what "unstable" means. I know what "synchronized" means sometimes. I have never written a code that starts or manages threads. Outside of this issue, I feel confident and working in Java.
I am looking for suggestions for a small project or program for which compatibility will need to work properly and efficiently.
If you are really starting then the manufacturer-consumer is a good way to start a problem. :
Do not read too much because the problem is also solved in the Wikipedia article: -)
Comments
Post a Comment