Object reference variable in Java
In Java, we have two types of variables, the primitive variable and the object reference variable. The primitive we learned in the previous tutorials, in this tutorial I will be with you to learn about the object reference variable and its difference with the primitive… Read More