Data type in Java
Short Answer In Java, data types specify the size and type of values that can be stored in a variable. Java is a statically-typed language, meaning the data type of a variable is known at compile time rather than at run time. Java has two categories of data types: primitive data types and reference data … Read more