Java: Multi-threading and Concurrency Simplified
Confidently transform single threaded code to multithreaded code, understand concurrent utils and much more..
What you’ll learn
-
Understand Thread concepts – Designing, States, Priorities, Daemon Threads.
-
Apply concurrency control techniques using synchronized blocks and locks.
-
Understand the key components of java.util.concurrent package including Fork Join Framework
-
Mock a simple HttpServer interaction
-
Kick start thinking in distributed way
Requirements
-
You should possess the basic knowledge in Object oriented programming in Java.
Who this course is for:
- Any one who is looking to add Multithreading and concurrency to their skill set along with Java