2016年4月15日

Java Concurrent Topics

摘要: To prevent Memory Consistency Errors(MCEs), it is good practice to specify synchronized class specifier, and mark all the related methods as synchroni 阅读全文

posted @ 2016-04-15 15:23 三叁 阅读(158) 评论(0) 推荐(0) 编辑

Java Interrupt Related

摘要: In Java, the main process can have several threads at a time, but only a few of them can run concurrently, so it is needed to cancel some thread at ti 阅读全文

posted @ 2016-04-15 13:46 三叁 阅读(160) 评论(0) 推荐(0) 编辑

导航