Variable Types: Byte arrays/String Flashcards
1
Q
bytes1, bytes2, bytes32
A
fixed-size byte arrays
2
Q
how can you think of each byte
A
as a character or a 2-digit hexidecimal number
3
Q
<=, <, ==, !=, >=, >
A
Comparisons
4
Q
.length
A
gives the length of the array