差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:effective_java [2019/07/28 22:30]
tony [Articles]
java:effective_java [2023/06/25 09:48] (目前版本)
行 7: 行 7:
 ====== Articles ====== ====== Articles ======
   * [[java:​effective_java:​creating_and_destroying_objects:​prefer_try-with-resources_to_try-finally|Prefer try-with-resources to try-finally]]   * [[java:​effective_java:​creating_and_destroying_objects:​prefer_try-with-resources_to_try-finally|Prefer try-with-resources to try-finally]]
-  * [[java:​effective_java:​methods:​check_parameters_for_validity|Check parameters for validity]] +  * [[java:​effective_java:​methods|Methods]] 
-  * [[java:​effective_java:​methods:​use_varargs_judiciously|Use varargs judiciously]]+  * [[java:​effective_java:​concurrency|Concurrency]]
   * [[java:​effective_java:​lambdas_and_streams|Lambdas and Streams]]   * [[java:​effective_java:​lambdas_and_streams|Lambdas and Streams]]
 +  * [[java:​effective_java:​exceptions|Exceptions]]
 +
 +
 +
 +
 ====== Reference ====== ====== Reference ======
   * Effective Java, 2/e   * Effective Java, 2/e