Rabu, 14 September 2016

How to work with mutithreading in java

In this article we will learn what is multithreading and how to create and use threads in Java programs.   Background Information Multitasking: Ability to execute two or more tasks in parallel or simultaneously is known as multitasking. Multitasking is of two types: 1) Process based multitasking and 2) Thread based multitasking. Process based multitasking: Executing two or more processes simultaneously is known as process based multitasking. For example, we can listen to music and browse internet at the same time. The processes in this example are the music player and browser. Thread based multitasking: Thread is a part of process

The post How to work with mutithreading in java appeared first on Coding Security.


How to work with mutithreading in java
read more

Tidak ada komentar:

Posting Komentar