java安全編碼指南之:Thread API調用規則
- 2020 年 10 月 19 日
- 筆記
目錄 簡介 start一個Thread 不要使用ThreadGroup 不要使用stop()方法 wait 和 awai …
Continue Reading目錄 簡介 start一個Thread 不要使用ThreadGroup 不要使用stop()方法 wait 和 awai …
Continue Reading目錄 簡介 不可變對象的可見性 保證共享變量的複合操作的原子性 保證多個Atomic原子類操作的原子性 保證方法調用鏈的 …
Continue Reading目錄 簡介 可變對象和不可變對象 創建mutable對象的拷貝 為mutable類創建copy方法 不要相信equals …
Continue Reading