Square CSS

Multithreading In Java

Multithreading refers to the process of executing multiple threads simultaneously. A thread can be considered as a smaller unit of processing. Both multithreading and multiprocessing can be used to achieve multitasking. But in multithreading, threads use shared memory and context switching takes very less time. Multithreading is mostly used in applications related to games and animations.

Topics covered in this section :

No comments:

Post a Comment

Some Algorithms

Algorithm: Tower of Hanoi

Tower of Hanoi consists of three towers called as pegs with n number of rings. Rings are of different size.  Conditions to be fulfill...

Popular Posts