What Is A NullPointerException, And How Do I Fix It? In Java

In this tutorial, We will learn What Is A NullPointerException, And How Do I Fix It? In Java As we know that exceptions occur when there is any condition that may cause some unavoidable error or Situation when the program can not proceed anymore. And handling the such situation are called exception handling. There are … Read more

How To Create ArrayList From Array?

In this Tutorial, we will discuss How to Create ArrayList from the array. We can do so in three ways first simply iterate the array and keep it stored in ArrayList one by one, Another way can be passing the array in arguments to convert it as a list and then convert the list in … Read more

Difference Between Class And Interface In Java

Today here we will tell the Difference Between Class And Interface In Java. In objects, we can inherit the classes and can create an Object of Class but it is not possible in the case of the interface. What Is a Class? The class can be defined as a user-defined prototype required for creating the … Read more

%d bloggers like this: