Advanced Java: Multi-threading Part 13 - Callable and Future

More courses! Free C++ course: https://www.udemy.com/course/free-lea... Make a social network with Spring Boot: https://www.udemy.com/course/java-spr... Learn about MySQL and relational databases: https://www.udemy.com/course/mysql-an... Java desktop programming: https://www.udemy.com/course/java-swi... Intermediate-Advanced C++ 11: https://www.udemy.com/course/learn-ad... ------------------------------------------------------------------------------------------------------------------------------------------- This is a tutorial on Callable and Future, classes which allow you to get return results from your thread code and to throw exceptions from it. You can also use a Future to control your running thread and to check whether it's running or not. Although they sound fearsome, as you'll see in this tutorial, Future and Callable are not much harder to work with than Runnable. -------------------------------------------------------------------------------------------------------------------------------------------- More videos on my YouTube channel:    / caveofprogramming