Saved Bookmarks
| 1. |
What are the difference data type that are use in java |
|
Answer» 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. |
|