Resolving the Cannot reference X before supertype constructor error in Java

Sometimes when implementing a constructor on an object that requires calling another constructor there’s a need to call a helper method that does some work. This is done either for convenience or because some work needs to be done on input parameters befo… 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 »