File tree Expand file tree Collapse file tree
src/main/java/com/crossoverjie/actual Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010- [ 多线程的三大核心] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/Threadcore.md )
1111- [ 对锁的一些认知,有哪些锁] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/Java-lock.md )
1212- [ ` ConcurrentHashMap ` 的实现原理] ( https://github.com/crossoverJie/Java-Interview/blob/master/MD/ConcurrentHashMap.md )
13+ - 线程间通信
1314
1415
1516### Java 底层
Original file line number Diff line number Diff line change 1212 * Date: 04/01/2018 22:57
1313 * @since JDK 1.8
1414 */
15- public class ThreadConnect {
16- private final static Logger LOGGER = LoggerFactory .getLogger (ThreadConnect .class );
15+ public class ThreadCommunication {
16+ private final static Logger LOGGER = LoggerFactory .getLogger (ThreadCommunication .class );
1717 public static void main (String [] args ) throws Exception {
1818 //join();
1919 //executorService();
You can’t perform that action at this time.
0 commit comments