Reading Time: 2 minutes When you are being interviewed for java, it is a common question when it comes to multi-threading. Some of the…
Reading Time: 3 minutes In Java multi-threading can be achieved in two ways. Extending Thread class Implementing Runnable interface Let’s look at them one…