* JAVA-12045 : move java concurrency ebook content code to common module * JAVA-12045: addressed the review comments .. renamed package names and placed core-java-concurrency-simple module in pom.xml * JAVA-12045: removed duplicate module after renaming java-simple-module to core-java-simple-module
		
			
				
	
	
	
		
			976 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			976 B
		
	
	
	
	
	
	
	
Mockito Articles that are also part of the e-book
This module contains articles about Java Concurrency that are also part of an Ebook.
Relevant articles:
- Life Cycle of a Thread in Java
 - How to Start a Thread in Java
 - Thread's wait and notify() Methods in Java
 - The Thread.join() Method in Java
 - Guide to the Synchronized Keyword in Java
 - Guide to the Volatile Keyword in Java
 - A Guide to the Java ExecutorService
 - Guide To CompletableFuture
 
NOTE:
Since this is a module tied to an e-book, it should not be moved or used to store the code for any further article.