Java switch – 4 wrongs don’t make a right

The switch statement in Java is being changed. But is it an upgrade or a mess? Classic switch The classic switch statement in Java isn’… Read more

Similar

Measuring Time: From Java to Kernel and Back

Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: throug... (more…)

Read more »