Java Executors framework APIs tutorial

Publié le: 24 janvier 2018
sur la chaîne: KK JavaTutorials
14,750
224

In this video tutorial, we will learn about Java Executors framework APIs.
Executors, A framework for creating and managing threads. Executors framework helps you with –
 Thread Creation: It provides various methods for creating threads, more specifically a pool of threads, that your application can use to run tasks concurrently.
 Thread Management: It manages the life cycle of the threads in the thread pool. You don’t need to worry about whether the threads in the thread pool are active or busy or dead before submitting a task for execution.
 Task submission and execution: Executors framework provides methods for submitting tasks for execution in the thread pool, and also gives you the power to decide when the tasks will be executed. For example, You can submit a task to be executed now or schedule them to be executed later or make them execute periodically.


Sur cette page du site, vous pouvez voir la vidéo en ligne Java Executors framework APIs tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur KK JavaTutorials 24 janvier 2018, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 14,750 fois et il a aimé 224 téléspectateurs. Bon visionnage!