Skip to content

bhargrah/java_multithreading_and_parallel_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Multithreading & Parallel Programming Notes

This repo will have all the notes and samples related to java concurrency. It will also have links to youtube channels for revision etc.

Code examples for "Java Concurrency in 2 Weeks"

MESI

Concepts of Java Concurrency

  • Shared visible-by-default mutable state
  • Preemptive thread scheduling
  • Object must be locked to protect vulnerable state

Q1 -- Diff b/w thread and process Q2 --

About

java_multithreading_and_parallel_programming_notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages