Learning
Search...
Ctrl
K
Languages
Java
Advanced Java
Concurrency and Multithreaading
Concurrency and Threads
Previous
Asynchronous Programming
Next
CountDownLatch
Last updated
5 years ago
Was this helpful?
Links
Thread safety
Concurrency vs parallelism
Executor service
Links
Synchronized
deadlock
Interrupted Exception
https://winterbe.com/posts/2015/04/07/java8-concurrency-tutorial-thread-executor-examples/
https://dzone.com/articles/7-techniques-for-thread-safe-classes
https://www.baeldung.com/java-thread-safety
https://www.youtube.com/watch?v=FChZP09Ba4E
https://www.youtube.com/watch?v=VLq9DfL4g8w
https://learn-gevent-socketio.readthedocs.io/en/latest/general_concepts.html
http://tutorials.jenkov.com/java-concurrency/concurrency-vs-parallelism.html
https://stackoverflow.com/questions/1050222/what-is-the-difference-between-concurrency-and-parallelism
https://docs.oracle.com/cd/E19455-01/806-5257/6je9h032b/index.html
https://dzone.com/articles/basics-of-using-java-future-and-executor-service
https://www.callicoder.com/java-executor-service-and-thread-pool-tutorial/
https://www.baeldung.com/java-executor-service-tutorial
https://dzone.com/articles/guide-to-java-8-concurrency-using-executors
https://www.baeldung.com/java-synchronized
https://winterbe.com/posts/2015/04/30/java8-concurrency-tutorial-synchronized-locks-examples/
https://stackoverflow.com/questions/34512/what-is-a-deadlock
https://www.yegor256.com/2015/10/20/interrupted-exception.html