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.
Subscribe to:
Posts (Atom)
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
-
Application Coding and Game Creation: Nowadays top companies are looking for talented people who are well in the data structure and appl...
-
Tower of Hanoi consists of three towers called as pegs with n number of rings. Rings are of different size. Conditions to be fulfill...
-
Introduction In this tutorial we will look at the use of Supplier a functional interface introduced in java 8. Refer The video Tutori...
No comments:
Post a Comment