ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the size(in bytes) of 'byte' primitive data type?
4
1
2
8
Correct Answer: B — 1
'byte' is a signed 8-bit(1byte) data type defined by Java.