To be a proficient java developer, you must learn Java Thread programming. Thread is the heart of the Java ecosystem. All the server-side programming model heavily depends on the java concurrency model. In this session, I will explain a few essential aspects of the java thread model from the ground up so that a beginner can build up their concurrency knowledge on top it.
The session will include;
- How to create a simple concurrent program
- Identify the benefits of java threadings
- Understanding the bagasse that comes with threads and how to avoid them
- What are the threadsafe classes available in the JDK