Multithreading in java

It says multiple tasks can be done at a time but actually its not exactly like that. It will keep the cpu idle time less. Because cpu will have a responsibility to execute many threads if we Use multithreading. If its single threaded application then it might keep the cpu idle for some time and […]

Share this article on