Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 320 Bytes

File metadata and controls

9 lines (5 loc) · 320 Bytes

Singleton bean 是线程安全的吗?

不是

PS 什么叫线程安全

一段代码,同时几个线程同时使用,结果都是正确的,就叫线程安全.

比如我们打开百度知道的首页,全世界很多人都在打开,都是正确的,证明百度知道首页的那段代码是线程安全的.