Multithreading - Java

A program can be divided into a number of small processes. Each small process can be addressed as a single thread (a lightweight process). Multithreaded programs contain two or more threads that can run concurrently. This means that a single program can perform two or more tasks simultaneously. For example, one thread is writing content on a file at the same time another thread is performing spelling check.

This quiz collection covers most basic to advanced aspect in multithreading implementation in Java.


Restart the quiz



© 2017 QuizBucket.org