What are the difference data type that are use in java
Answers
Answered by
1
Answer:
Data Types in Java. Data types specify the different sizes and values that can be stored in the variable. There are two types of data types in Java: Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.
Similar questions