What is the size(in bytes) of 'byte' primitive data type?
4
1
2
8
(B) 1
Explanation:
'byte' is a signed 8-bit(1byte) data type defined by Java.