Java Data Types
Java data types are provided basically for two reasons: (1)To know the type of value which we are using (2)To know how much amount of memory is allocating for each type of input value Data types in Java are classified into Two types: (1)Primitive data types […]