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...
-
In this lesson, we will see how we can use the executor service in a real-life scenario. We will use the worker threads to execute a task an...
-
Introduction : We can enable cache in spring by the use of @EnableCaching and @Cachable. Refer Video Tutorial For Detail : ...
No comments:
Post a Comment