java中线程有什么用?
线程有什么用?
通过引入线程技术,在浏览器中你可以浏览网页的同时,播放动画和声音效果,同时在后台打印一个页面。例如老板可以同时处理工程师,秘书和清洁人员的事,这 就是多线程处理机制。Within the browser,you can surf a webpage while play animation and mp3 concurrently, print a page in the background。for example: boss handle engineer,secretary,cleaner, this is multithread mechanism.
更多内容请见原文,文章转载自:https://blog.csdn.net/qq_44639795/article/details/103106149