InterviewSolution
Saved Bookmarks
| 1. |
When A Byte Datatype Is Used? |
|
Answer» This DATA type is used to save space in LARGE ARRAYS, mainly in place of integers, since a byte is FOUR times smaller than an int. This data type is used to save space in large arrays, mainly in place of integers, since a byte is four times smaller than an int. |
|