This Repository contains the sample code for following topics:
- ThreadLocal sample
- Deadlock sample
- Interthread communication with wait/notify
- Creating your own custom ThreadPool
- Publish subscriber code with all sort of cases
- Race Simulation
- Fork-Join pool
- AtomicIntegers
- ConcurrentModification Exception in collections
- Sort by value for HashMaps
- NoClassDefFoundError example
- Output for various try-catch-finally permutations
- Default/static methods in interfaces
- Streams API
- Var keyword