Java Variables and data types

What is java variable ? A variable is the name of a reserved area allocated in memory. It is a container which holds the value while the Java program is executed. A variable is assigned with a data type. There Are 03 Types Of Variables In Java – (1) Local, (2) Instance And (3) Static […]

Java Variables and data types Read More »