Java Thread Explained

In this blog post we’ll talk about what is a Java thread and when to use it. Also we’ll go through some examples of how to create and run a thread. What is Java Thread? Java thread is a lightweight process. When we start up […]

Java Abstract Class

In this article we’ll talk about what is Java abstract class and what are its’ main characteristics. In addition to that you’ll read about when to use an abstract class in java. As a final step, we’ll take a look at some example code. What […]