
Java – Thread class v/s Runnable interface
In this article, we will discuss difference between extending a Thread class and implementing a Runnable interface for creating a new Thread 1. Thread class Read More
In this article, we will discuss difference between extending a Thread class and implementing a Runnable interface for creating a new Thread 1. Thread class Read More
In this article, we will discuss different types of interface starting from Java 1.0 till Java 1.8 version. 1. interface – before Java 1.8 version Read More
In this article, we will list the difference between interface and abstract classes in Java Before moving ahead with the differences, read the detailed concepts Read More
In this article, we will cover some of the interview questions with their justification on Java Abstract Classes & methods These are most frequently asked Read More
In this article, we will learn about abstract classes and methods with detailed example 1. Abstract Class : A class with abstract keyword in class Read More