Threads Basics
- What are threads (Real world analogy) ?
- Create threads using runnable interface & thread class
- Create runnable task using functional interface
- Thread join example using Runnable interface in java
- Generate random number for concurrent applications
Thread Pools:
- Create fixed thread pool in java using Executors
- Create single thread pool using executor in java
- Create custom thread pool in java without executor framework