Java Concurrency: JCIP Notes

1. Risks of Threads:     1> Safety Hazards          We can add annotation: @NotThreadSafe, @ThreadSafe, @Immutable     2> Liveness Hazards          Deadlock, Starvation, Livelock          Bugs that ca
相關文章
相關標籤/搜索