update index.md (#31278)

Made comment better
This commit is contained in:
deathwarden150
2019-02-15 02:26:58 +05:30
committed by Randell Dawson
parent 9d39c5c384
commit 6dd5960f40

View File

@ -41,7 +41,7 @@ j = 10;
// variable myFloat now points to the object
Float myFloat = new Float(1.0);
//Bytes are one of types in Java and can be
//Bytes are one of the data types in Java and can be
//represented with this code
int byteValue = 0B101;
byte anotherByte = (byte)0b00100001;