Java多线程小结
Posted WhoKnows1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java多线程小结相关的知识,希望对你有一定的参考价值。
相关资料
-------------------------------------------------------------------------------------
Java多线程demo
https://github.com/Beerkay/JavaMultiThreading
Java多线程简介
http://www.runoob.com/java/java-multithreading.html
Java多线程PPT参考
https://wenku.baidu.com/view/c365afe4d5bbfd0a795673cf.html
https://wenku.baidu.com/view/5e24de023868011ca300a6c30c2259010202f317.html
其它多线程资料
https://blog.csdn.net/gf771115/article/details/51682561
http://ishare.iask.sina.com.cn/f/1H17Nwdhal1E.html
https://max.book118.com/html/2016/1205/68594207.shtm
the first share
-------------------------------------------------------------------------------------
为什么要用多线程?
单核
多核
1 基本概念
CPU 进程 线程
2创建线程的两种方式-传统
start()
Thread.sleep()
匿名内部类
线程池
callble
3
synchronized
volatile
4集合框架和锁
vector list
stringbuffer stringbuilder
多线程
-------------------------------------------------------------------------------------
volatile vs synchronized - 知乎 https://zhuanlan.zhihu.com/p/42538174
Java中Volatile关键字详解 https://www.cnblogs.com/zhengbin/p/5654805.html
MESI协议 https://blog.csdn.net/unei66/article/details/25738977
Java关键字之native,strictfp,transient,volatile
http://www.cnblogs.com/wxf0701/archive/2008/08/13/1267344.html
Java关键字之native,strictfp,transient ,volatile
https://blog.csdn.net/lihui6636/article/details/27302971
join
https://www.cnblogs.com/aboutblank/p/3631453.html
多线程常用方法 sleep wait join等以及对锁的控制
https://yq.aliyun.com/articles/48620
the picture
-------------------------------------------------------------------------------------
附:java内存模型
-------------------------------------------------------------------------------------
Java Integer(-128~127)值的==和equals比较产生的思考
以上是关于Java多线程小结的主要内容,如果未能解决你的问题,请参考以下文章