Explanation
Here word "Data" means all the figure and writing things in programming is called data. While Type is mean....Which kind of data we are going to store into our computer. Different Data types in java have diffirent amount of size in computer memory .
All the types of data type with their size and charachteristic are given below
All the types of data type with their size and charachteristic are given below
Type | bits | bytes | value |
---|---|---|---|
int | A 32-bit | 4 | integer |
short | A 16-bit | 2 | integer |
long | A 64-bit | 8 | integer |
byte | An 8-bit | 1 | integer |
float | A 32-bit | 4 | floating-point value |
double | A 64-bit | 8 | floating-point value |
char | A 16-bit | 2 | character using the Unicode encoding scheme |
boolean | A true or false value |
If right now if you have any problem about english / java programming & website just contact me throw i have given the contact form in each of my page.So just click on that and leave me a comment or just message me and trust me.i'd love help you out from every difficulties you have..
No comments:
Post a Comment