Technology, Data and Science

Java Threads

Java threads allow programs to execute multiple blocks of code at the same time. This advanced Java course with instructor Buddhini Samarakkody focuses on threads and concurrency, and is useful to Java programmers and even non-Java programmers who want to get a quick and practical understanding of these important concepts. Buddhini first introduces you to Java threads and the concept of concurrency. She also explains: The difference between multitasking and multithreading; the difference between a process and a thread; how to create and start a thread; and how to use different methods of the thread class.

Learn More