Effective Java TL;DR – Concurrency
Doing things with multiple threads is hard. Here are ways to make it easier, clearer and, most importantly, safe and performant.
Effective Java TL;DR – Concurrency Read More »
Doing things with multiple threads is hard. Here are ways to make it easier, clearer and, most importantly, safe and performant.
Effective Java TL;DR – Concurrency Read More »
Best practices for turning Java objects to byte streams and back again to Java objects.
Effective Java TL;DR – Serialization Read More »