Question d’entretien chez Android Developer

what multi threading?

Réponse à la question d'entretien

Utilisateur anonyme

10 nov. 2017

Multithreading in java is a process of executing multiple threads simultaneously. Thread is basically a lightweight sub-process, a smallest unit of processing. Multiprocessing and multithreading, both are used to achieve multitasking.