Skip to content

Java Concurrency & Multithreading in Practice, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Java-Concurrency-Multithreading-in-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Concurrency and Multithreading in Practice

This is the code repository for Java Concurrency and Multithreading in Practice, published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Multi-core processors are everywhere—from super-computers to mobile devices right in your pocket. That's why a modern developer must know how to leverage the power of multithreading. This course will teach you how to use parallelism and concurrency in Java. You will learn how to parallelize tasks and functions with the ForkJoin framework and Streams. You will also learn how to work with the very popular Reactive Streams recently introduced to Java. Furthermore, you will master concurrent collections and lower-level synchronization techniques with locks.

This course conveniently provides quizzes to evaluate your knowledge and help you retain the new concepts.

By the end of this practical training course, you will have the knowledge to write elegant programs for multicore computers with enhanced performance and improved responsiveness.

What You Will Learn

  • Build efficient and elegant code with popular parallel Java frameworks, including ForkJoin and Streams functions
  • Master Reactive Streams to process data
  • Explore the existing thread-safe collections and types, to avoid reinventing the wheel
  • Understand how threads work in Java and how to manage them
  • Leverage multithreading to increase your application's performance

Instructions and Navigation

Assumed Knowledge

If you are a Java developer keen to learn how to write modern parallel and concurrent programs to improve application performance, this course is for you. Some basic workable knowledge of Java is assumed.

Technical Requirements

    Minimum Hardware Requirements
  • For successful completion of this course, students will require the computer systems with at least the following:
  • OS: Windows 7 and above
  • Processor: 1.4 GHz 32-bit (x86)
  • Memory: 4GB
  • Storage: 2GB
    Recommended Hardware Requirements
  • For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration:
  • OS: Windows 10
  • Processor: Dual Core 1.8Ghz (64-bit) or better configuration
  • Memory: 4GB or more
  • Storage: 2GB or more
    Software Requirements
  • Operating system: Windows, Mac, or Linux
  • Java IDE of your choice, e.g. Eclipse or IntelliJ IDEA
  • Java 8+ installed

Related Products

About

Java Concurrency & Multithreading in Practice, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages