avatar

Coderek's blog

Live a more efficient life
Archived Posts for year 2019

In real world Java programming, it is always important to emphasize on thread safety. Corrupt data occurs when multiple threads write and read the shared data in an uncontrolled fashion. The key pa…

Read more ››